Html Css Color HEX #D6E136 Pear

📋 copy color: '#D6E136'

red 214 ◦ green 225 ◦ blue 54

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

Shades of Pear #D6E136

Tints of Pear #D6E136

RGB

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

 GREEN value IS 225 (88.28% from 255) = 45.64%

 BLUE value IS 54 (21.48% from 255) = 10.95%

R = 43.41%
G = 45.64%
B = 10.95%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.76

 K value IS 0.12

RGB Variations

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

Color information

#D6E136 (or 0xD6E136) is known color: Pear. HEX triplet: D6, E1 and 36. RGB value is (214,225,54). Sum of RGB (Red+Green+Blue) = 214+225+54=493 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.41% from 493); Green value is 225 (88.28% from 255 or 45.64% from 493); Blue value is 54 (21.48% from 255 or 10.95% from 493); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E136 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D6E136 is #291EC9. Grayscale: #CACACA. Windows color (decimal): -2694858 or 3596758. OLE color: 3596758.

HSL color Cylindrical-coordinate representation of color #D6E136: hue angle of 63.86º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D6E136 is Cyan = 0.05, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 54 -
CMYK 0.05 0 0.76 0.12
HSL 63.86º 0.74% 0.55% -
HSV(B) 63.86º 0.76% 0.88% -
XYZ 55.32 68.41 13.78 -
YUV 202.22 44.36 136.4 -
System Red Green Blue C M Y K H S L
Decimal 214 225 54 0.05 0 0.76 0.12 63.86 0.74 0.55
Hex D6 E1 36 5 0 4C C 40 4A 37
Octal 326 341 66 5 0 114 14 100 112 67
Binary 11010110 11100001 110110 101 0 1001100 1100 1000000 1001010 110111

Color Harmonies of #D6E136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E136

Black with #D6E136

Text Example


Text Example

White with #D6E136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E136; }

 p { color: rgb(214,225,54); }

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

background-color css

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

 a { background-color: rgb(214,225,54); }

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

border-color css

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

 span { border-color: rgb(214,225,54); }

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