Html Css Color HEX #D5F214 Chartreuse Yellow

📋 copy color: '#D5F214'

red 213 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #D5F214

Tints of Chartreuse Yellow #D5F214

RGB

 RED value IS 213 (83.59% from 255) = 44.84%

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

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

R = 44.84%
G = 50.95%
B = 4.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#D5F214 (or 0xD5F214) is known color: Chartreuse Yellow. HEX triplet: D5, F2 and 14. RGB value is (213,242,20). Sum of RGB (Red+Green+Blue) = 213+242+20=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 242 (94.92% from 255 or 50.95% from 475); Blue value is 20 (8.20% from 255 or 4.21% from 475); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #D5F214 is #2A0DEB. Grayscale: #D0D0D0. Windows color (decimal): -2756076 or 1372885. OLE color: 1372885.

HSL color Cylindrical-coordinate representation of color #D5F214: hue angle of 67.84º 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 #D5F214 is Cyan = 0.12, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.05.

Color convert

RGB 213 242 20 -
CMYK 0.12 0 0.92 0.05
HSL 67.84º 0.9% 0.51% -
HSV(B) 67.84º 0.92% 0.95% -
XYZ 59.32 77.7 12.53 -
YUV 208.02 21.89 131.55 -
System Red Green Blue C M Y K H S L
Decimal 213 242 20 0.12 0 0.92 0.05 67.84 0.9 0.51
Hex D5 F2 14 C 0 5C 5 44 5A 33
Octal 325 362 24 14 0 134 5 104 132 63
Binary 11010101 11110010 10100 1100 0 1011100 101 1000100 1011010 110011

Color Harmonies of #D5F214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F214

Black with #D5F214

Text Example


Text Example

White with #D5F214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F214; }

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

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

background-color css

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

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

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

border-color css

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

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

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