Html Css Color HEX #D6E832 Pear

📋 copy color: '#D6E832'

red 214 ◦ green 232 ◦ blue 50

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

Shades of Pear #D6E832

Tints of Pear #D6E832

RGB

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

 GREEN value IS 232 (91.02% from 255) = 46.77%

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

R = 43.15%
G = 46.77%
B = 10.08%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#D6E832 (or 0xD6E832) is known color: Pear. HEX triplet: D6, E8 and 32. RGB value is (214,232,50). Sum of RGB (Red+Green+Blue) = 214+232+50=496 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.15% from 496); Green value is 232 (91.02% from 255 or 46.77% from 496); Blue value is 50 (19.92% from 255 or 10.08% from 496); Max value from RGB is 232 - color contains mainly: green. Hex color #D6E832 is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #D6E832 is #2917CD. Grayscale: #CECECE. Windows color (decimal): -2693070 or 3336406. OLE color: 3336406.

HSL color Cylindrical-coordinate representation of color #D6E832: hue angle of 65.93º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6E832 is Cyan = 0.08, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 214 232 50 -
CMYK 0.08 0 0.78 0.09
HSL 65.93º 0.8% 0.55% -
HSV(B) 65.93º 0.78% 0.91% -
XYZ 57.16 72.24 13.95 -
YUV 205.87 40.04 133.8 -
System Red Green Blue C M Y K H S L
Decimal 214 232 50 0.08 0 0.78 0.09 65.93 0.8 0.55
Hex D6 E8 32 8 0 4E 9 42 50 37
Octal 326 350 62 10 0 116 11 102 120 67
Binary 11010110 11101000 110010 1000 0 1001110 1001 1000010 1010000 110111

Color Harmonies of #D6E832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E832

Black with #D6E832

Text Example


Text Example

White with #D6E832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E832; }

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

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

background-color css

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

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

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

border-color css

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

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

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