Html Css Color HEX #D8E814 Pear

📋 copy color: '#D8E814'

red 216 ◦ green 232 ◦ blue 20

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

Shades of Pear #D8E814

Tints of Pear #D8E814

RGB

 RED value IS 216 (84.77% from 255) = 46.15%

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

 BLUE value IS 20 (8.2% from 255) = 4.27%

R = 46.15%
G = 49.57%
B = 4.27%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.91

 K value IS 0.09

RGB Variations

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

Color information

#D8E814 (or 0xD8E814) is known color: Pear. HEX triplet: D8, E8 and 14. RGB value is (216,232,20). Sum of RGB (Red+Green+Blue) = 216+232+20=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 232 (91.02% from 255 or 49.57% from 468); Blue value is 20 (8.20% from 255 or 4.27% from 468); Max value from RGB is 232 - color contains mainly: green. Hex color #D8E814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D8E814 is #2717EB. Grayscale: #CBCBCB. Windows color (decimal): -2562028 or 1370328. OLE color: 1370328.

HSL color Cylindrical-coordinate representation of color #D8E814: hue angle of 64.53º degrees, saturation: 0.84, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D8E814 is Cyan = 0.07, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.09.

Color convert

RGB 216 232 20 -
CMYK 0.07 0 0.91 0.09
HSL 64.53º 0.84% 0.49% -
HSV(B) 64.53º 0.91% 0.91% -
XYZ 57.3 72.36 11.61 -
YUV 203.05 24.7 137.24 -
System Red Green Blue C M Y K H S L
Decimal 216 232 20 0.07 0 0.91 0.09 64.53 0.84 0.49
Hex D8 E8 14 7 0 5B 9 41 54 31
Octal 330 350 24 7 0 133 11 101 124 61
Binary 11011000 11101000 10100 111 0 1011011 1001 1000001 1010100 110001

Color Harmonies of #D8E814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8E814

Black with #D8E814

Text Example


Text Example

White with #D8E814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8E814; }

 p { color: rgb(216,232,20); }

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

background-color css

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

 a { background-color: rgb(216,232,20); }

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

border-color css

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

 span { border-color: rgb(216,232,20); }

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