Html Css Color HEX #D9F21B Pear

📋 copy color: '#D9F21B'

red 217 ◦ green 242 ◦ blue 27

#D9F21B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pear #D9F21B

Tints of Pear #D9F21B

RGB

 RED value IS 217 (85.16% from 255) = 44.65%

 GREEN value IS 242 (94.92% from 255) = 49.79%

 BLUE value IS 27 (10.94% from 255) = 5.56%

R = 44.65%
G = 49.79%
B = 5.56%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.89

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D9F21B (or 0xD9F21B) is known color: Pear. HEX triplet: D9, F2 and 1B. RGB value is (217,242,27). Sum of RGB (Red+Green+Blue) = 217+242+27=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 27 (10.94% from 255 or 5.56% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F21B is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D9F21B is #260DE4. Grayscale: #D2D2D2. Windows color (decimal): -2493925 or 1831641. OLE color: 1831641.

HSL color Cylindrical-coordinate representation of color #D9F21B: hue angle of 66.98º degrees, saturation: 0.89, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D9F21B is Cyan = 0.10, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 242 27 -
CMYK 0.10 0 0.89 0.05
HSL 66.98º 0.89% 0.53% -
HSV(B) 66.98º 0.89% 0.95% -
XYZ 60.57 78.34 12.96 -
YUV 210.02 24.72 132.98 -
System Red Green Blue C M Y K H S L
Decimal 217 242 27 0.10 0 0.89 0.05 66.98 0.89 0.53
Hex D9 F2 1B A 0 59 5 43 59 35
Octal 331 362 33 12 0 131 5 103 131 65
Binary 11011001 11110010 11011 1010 0 1011001 101 1000011 1011001 110101

Color Harmonies of #D9F21B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9F21B

Black with #D9F21B

Text Example


Text Example

White with #D9F21B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9F21B; }

 p { color: rgb(217,242,27); }

 H1.HeaderClassName
 {
   color: #D9F21B;
 }
 .AnyTagClassName
 {
   color: #D9F21B;
 }
</style>

background-color css

<style>
 a { background-color: #D9F21B; }

 a { background-color: rgb(217,242,27); }

 div.DivClassName
 {
   background-color: #D9F21B;
 }
 .BgClassName
 {
   background-color: #D9F21B;
 }
</style>

border-color css

<style>
 span { border-color: #D9F21B; }

 span { border-color: rgb(217,242,27); }

 td.TdClassName
 {
   border-color: #D9F21B;
 }
 .TagClassName
 {
   border-color: #D9F21B;
 }
</style>