Html Css Color HEX #D2E929 Pear

📋 copy color: '#D2E929'

red 210 ◦ green 233 ◦ blue 41

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

Shades of Pear #D2E929

Tints of Pear #D2E929

RGB

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

 GREEN value IS 233 (91.41% from 255) = 48.14%

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

R = 43.39%
G = 48.14%
B = 8.47%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#D2E929 (or 0xD2E929) is known color: Pear. HEX triplet: D2, E9 and 29. RGB value is (210,233,41). Sum of RGB (Red+Green+Blue) = 210+233+41=484 (64% of max value = 765). Red value is 210 (82.42% from 255 or 43.39% from 484); Green value is 233 (91.41% from 255 or 48.14% from 484); Blue value is 41 (16.41% from 255 or 8.47% from 484); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E929 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D2E929 is #2D16D6. Grayscale: #CCCCCC. Windows color (decimal): -2954967 or 2746834. OLE color: 2746834.

HSL color Cylindrical-coordinate representation of color #D2E929: hue angle of 67.19º degrees, saturation: 0.81, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D2E929 is Cyan = 0.10, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.09.

Color convert

RGB 210 233 41 -
CMYK 0.10 0 0.82 0.09
HSL 67.19º 0.81% 0.54% -
HSV(B) 67.19º 0.82% 0.91% -
XYZ 56.12 72.14 13.06 -
YUV 204.24 35.88 132.11 -
System Red Green Blue C M Y K H S L
Decimal 210 233 41 0.10 0 0.82 0.09 67.19 0.81 0.54
Hex D2 E9 29 A 0 52 9 43 51 36
Octal 322 351 51 12 0 122 11 103 121 66
Binary 11010010 11101001 101001 1010 0 1010010 1001 1000011 1010001 110110

Color Harmonies of #D2E929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2E929

Black with #D2E929

Text Example


Text Example

White with #D2E929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2E929; }

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

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

background-color css

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

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

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

border-color css

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

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

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