Html Css Color HEX #DBF212 Chartreuse Yellow

📋 copy color: '#DBF212'

red 219 ◦ green 242 ◦ blue 18

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

Shades of Chartreuse Yellow #DBF212

Tints of Chartreuse Yellow #DBF212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.76%

R = 45.72%
G = 50.52%
B = 3.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.93

 K value IS 0.05

RGB Variations

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

Color information

#DBF212 (or 0xDBF212) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 12. RGB value is (219,242,18). Sum of RGB (Red+Green+Blue) = 219+242+18=479 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.72% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 18 (7.42% from 255 or 3.76% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF212 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF212 is #240DED. Grayscale: #D2D2D2. Windows color (decimal): -2362862 or 1241819. OLE color: 1241819.

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

Color convert

RGB 219 242 18 -
CMYK 0.10 0 0.93 0.05
HSL 66.16º 0.9% 0.51% -
HSV(B) 66.16º 0.93% 0.95% -
XYZ 61.07 78.61 12.53 -
YUV 209.59 19.88 134.71 -
System Red Green Blue C M Y K H S L
Decimal 219 242 18 0.10 0 0.93 0.05 66.16 0.9 0.51
Hex DB F2 12 A 0 5D 5 42 5A 33
Octal 333 362 22 12 0 135 5 102 132 63
Binary 11011011 11110010 10010 1010 0 1011101 101 1000010 1011010 110011

Color Harmonies of #DBF212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF212

Black with #DBF212

Text Example


Text Example

White with #DBF212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF212; }

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

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

background-color css

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

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

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

border-color css

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

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

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