Html Css Color HEX #D6E532 Pear

📋 copy color: '#D6E532'

red 214 ◦ green 229 ◦ blue 50

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

Shades of Pear #D6E532

Tints of Pear #D6E532

RGB

 RED value IS 214 (83.98% from 255) = 43.41%

 GREEN value IS 229 (89.84% from 255) = 46.45%

 BLUE value IS 50 (19.92% from 255) = 10.14%

R = 43.41%
G = 46.45%
B = 10.14%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.78

 K value IS 0.10

RGB Variations

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

Color information

#D6E532 (or 0xD6E532) is known color: Pear. HEX triplet: D6, E5 and 32. RGB value is (214,229,50). Sum of RGB (Red+Green+Blue) = 214+229+50=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 229 (89.84% from 255 or 46.45% from 493); Blue value is 50 (19.92% from 255 or 10.14% from 493); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E532 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E532 is #291ACD. Grayscale: #CCCCCC. Windows color (decimal): -2693838 or 3335638. OLE color: 3335638.

HSL color Cylindrical-coordinate representation of color #D6E532: hue angle of 65.03º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6E532 is Cyan = 0.07, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.10.

Color convert

RGB 214 229 50 -
CMYK 0.07 0 0.78 0.10
HSL 65.03º 0.77% 0.55% -
HSV(B) 65.03º 0.78% 0.9% -
XYZ 56.33 70.57 13.67 -
YUV 204.11 41.03 135.05 -
System Red Green Blue C M Y K H S L
Decimal 214 229 50 0.07 0 0.78 0.10 65.03 0.77 0.55
Hex D6 E5 32 7 0 4E A 41 4D 37
Octal 326 345 62 7 0 116 12 101 115 67
Binary 11010110 11100101 110010 111 0 1001110 1010 1000001 1001101 110111

Color Harmonies of #D6E532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E532

Black with #D6E532

Text Example


Text Example

White with #D6E532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E532; }

 p { color: rgb(214,229,50); }

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

background-color css

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

 a { background-color: rgb(214,229,50); }

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

border-color css

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

 span { border-color: rgb(214,229,50); }

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