Html Css Color HEX #DBF214 Chartreuse Yellow

📋 copy color: '#DBF214'

red 219 ◦ green 242 ◦ blue 20

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

Shades of Chartreuse Yellow #DBF214

Tints of Chartreuse Yellow #DBF214

RGB

 RED value IS 219 (85.94% from 255) = 45.53%

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

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

R = 45.53%
G = 50.31%
B = 4.16%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.92

 K value IS 0.05

RGB Variations

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

Color information

#DBF214 (or 0xDBF214) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 14. RGB value is (219,242,20). Sum of RGB (Red+Green+Blue) = 219+242+20=481 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.53% from 481); Green value is 242 (94.92% from 255 or 50.31% from 481); Blue value is 20 (8.20% from 255 or 4.16% from 481); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF214 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF214 is #240DEB. Grayscale: #D2D2D2. Windows color (decimal): -2362860 or 1372891. OLE color: 1372891.

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

Color convert

RGB 219 242 20 -
CMYK 0.10 0 0.92 0.05
HSL 66.22º 0.9% 0.51% -
HSV(B) 66.22º 0.92% 0.95% -
XYZ 61.09 78.61 12.62 -
YUV 209.82 20.88 134.55 -
System Red Green Blue C M Y K H S L
Decimal 219 242 20 0.10 0 0.92 0.05 66.22 0.9 0.51
Hex DB F2 14 A 0 5C 5 42 5A 33
Octal 333 362 24 12 0 134 5 102 132 63
Binary 11011011 11110010 10100 1010 0 1011100 101 1000010 1011010 110011

Color Harmonies of #DBF214

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF214

Black with #DBF214

Text Example


Text Example

White with #DBF214

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF214; }

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

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

background-color css

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

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

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

border-color css

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

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

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