Html Css Color HEX #D6E117 Pear

📋 copy color: '#D6E117'

red 214 ◦ green 225 ◦ blue 23

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

Shades of Pear #D6E117

Tints of Pear #D6E117

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 4.98%

R = 46.32%
G = 48.7%
B = 4.98%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.90

 K value IS 0.12

RGB Variations

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

Color information

#D6E117 (or 0xD6E117) is known color: Pear. HEX triplet: D6, E1 and 17. RGB value is (214,225,23). Sum of RGB (Red+Green+Blue) = 214+225+23=462 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.32% from 462); Green value is 225 (88.28% from 255 or 48.70% from 462); Blue value is 23 (9.38% from 255 or 4.98% from 462); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E117 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E117 is #291EE8. Grayscale: #C7C7C7. Windows color (decimal): -2694889 or 1565142. OLE color: 1565142.

HSL color Cylindrical-coordinate representation of color #D6E117: hue angle of 63.27º degrees, saturation: 0.81, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D6E117 is Cyan = 0.05, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.12.

Color convert

RGB 214 225 23 -
CMYK 0.05 0 0.90 0.12
HSL 63.27º 0.81% 0.49% -
HSV(B) 63.27º 0.9% 0.88% -
XYZ 54.81 68.21 11.09 -
YUV 198.68 28.86 138.93 -
System Red Green Blue C M Y K H S L
Decimal 214 225 23 0.05 0 0.90 0.12 63.27 0.81 0.49
Hex D6 E1 17 5 0 5A C 3F 51 31
Octal 326 341 27 5 0 132 14 77 121 61
Binary 11010110 11100001 10111 101 0 1011010 1100 111111 1010001 110001

Color Harmonies of #D6E117

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E117

Black with #D6E117

Text Example


Text Example

White with #D6E117

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E117; }

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

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

background-color css

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

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

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

border-color css

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

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

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