Html Css Color HEX #D6E118 Pear

📋 copy color: '#D6E118'

red 214 ◦ green 225 ◦ blue 24

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

Shades of Pear #D6E118

Tints of Pear #D6E118

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.18%

R = 46.22%
G = 48.6%
B = 5.18%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.89

 K value IS 0.12

RGB Variations

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

Color information

#D6E118 (or 0xD6E118) is known color: Pear. HEX triplet: D6, E1 and 18. RGB value is (214,225,24). Sum of RGB (Red+Green+Blue) = 214+225+24=463 (61% of max value = 765). Red value is 214 (83.98% from 255 or 46.22% from 463); Green value is 225 (88.28% from 255 or 48.60% from 463); Blue value is 24 (9.77% from 255 or 5.18% from 463); Max value from RGB is 225 - color contains mainly: green. Hex color #D6E118 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6E118 is #291EE7. Grayscale: #C7C7C7. Windows color (decimal): -2694888 or 1630678. OLE color: 1630678.

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

Color convert

RGB 214 225 24 -
CMYK 0.05 0 0.89 0.12
HSL 63.28º 0.81% 0.49% -
HSV(B) 63.28º 0.89% 0.88% -
XYZ 54.82 68.21 11.14 -
YUV 198.8 29.36 138.84 -
System Red Green Blue C M Y K H S L
Decimal 214 225 24 0.05 0 0.89 0.12 63.28 0.81 0.49
Hex D6 E1 18 5 0 59 C 3F 51 31
Octal 326 341 30 5 0 131 14 77 121 61
Binary 11010110 11100001 11000 101 0 1011001 1100 111111 1010001 110001

Color Harmonies of #D6E118

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6E118

Black with #D6E118

Text Example


Text Example

White with #D6E118

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6E118; }

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

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

background-color css

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

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

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

border-color css

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

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

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