Html Css Color HEX #D2E429 Pear

📋 copy color: '#D2E429'

red 210 ◦ green 228 ◦ blue 41

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

Shades of Pear #D2E429

Tints of Pear #D2E429

RGB

 RED value IS 210 (82.42% from 255) = 43.84%

 GREEN value IS 228 (89.45% from 255) = 47.6%

 BLUE value IS 41 (16.41% from 255) = 8.56%

R = 43.84%
G = 47.6%
B = 8.56%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.82

 K value IS 0.11

RGB Variations

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

Color information

#D2E429 (or 0xD2E429) is known color: Pear. HEX triplet: D2, E4 and 29. RGB value is (210,228,41). Sum of RGB (Red+Green+Blue) = 210+228+41=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 228 (89.45% from 255 or 47.60% from 479); Blue value is 41 (16.41% from 255 or 8.56% from 479); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E429 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2E429 is #2D1BD6. Grayscale: #CACACA. Windows color (decimal): -2956247 or 2745554. OLE color: 2745554.

HSL color Cylindrical-coordinate representation of color #D2E429: hue angle of 65.78º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2E429 is Cyan = 0.08, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.11.

Color convert

RGB 210 228 41 -
CMYK 0.08 0 0.82 0.11
HSL 65.78º 0.78% 0.53% -
HSV(B) 65.78º 0.82% 0.89% -
XYZ 54.72 69.35 12.6 -
YUV 201.3 37.54 134.21 -
System Red Green Blue C M Y K H S L
Decimal 210 228 41 0.08 0 0.82 0.11 65.78 0.78 0.53
Hex D2 E4 29 8 0 52 B 42 4E 35
Octal 322 344 51 10 0 122 13 102 116 65
Binary 11010010 11100100 101001 1000 0 1010010 1011 1000010 1001110 110101

Color Harmonies of #D2E429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E429

Black with #D2E429

Text Example


Text Example

White with #D2E429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E429; }

 p { color: rgb(210,228,41); }

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

background-color css

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

 a { background-color: rgb(210,228,41); }

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

border-color css

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

 span { border-color: rgb(210,228,41); }

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