Html Css Color HEX #D8F214 Chartreuse Yellow

📋 copy color: '#D8F214'

red 216 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #D8F214

Tints of Chartreuse Yellow #D8F214

RGB

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

 GREEN value IS 242 (94.92% from 255) = 50.63%

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

R = 45.19%
G = 50.63%
B = 4.18%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#D8F214 (or 0xD8F214) is known color: Chartreuse Yellow. HEX triplet: D8, F2 and 14. RGB value is (216,242,20). Sum of RGB (Red+Green+Blue) = 216+242+20=478 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45.19% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 20 (8.20% from 255 or 4.18% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D8F214 is #270DEB. Grayscale: #D1D1D1. Windows color (decimal): -2559468 or 1372888. OLE color: 1372888.

HSL color Cylindrical-coordinate representation of color #D8F214: hue angle of 67.03º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8F214 is Cyan = 0.11, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 242 20 -
CMYK 0.11 0 0.92 0.05
HSL 67.03º 0.9% 0.51% -
HSV(B) 67.03º 0.92% 0.95% -
XYZ 60.2 78.15 12.57 -
YUV 208.92 21.39 133.05 -
System Red Green Blue C M Y K H S L
Decimal 216 242 20 0.11 0 0.92 0.05 67.03 0.9 0.51
Hex D8 F2 14 B 0 5C 5 43 5A 33
Octal 330 362 24 13 0 134 5 103 132 63
Binary 11011000 11110010 10100 1011 0 1011100 101 1000011 1011010 110011

Color Harmonies of #D8F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8F214

Black with #D8F214

Text Example


Text Example

White with #D8F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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