Html Css Color HEX #DBF20F Chartreuse Yellow

📋 copy color: '#DBF20F'

red 219 ◦ green 242 ◦ blue 15

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

Shades of Chartreuse Yellow #DBF20F

Tints of Chartreuse Yellow #DBF20F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.15%

R = 46.01%
G = 50.84%
B = 3.15%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.94

 K value IS 0.05

RGB Variations

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

Color information

#DBF20F (or 0xDBF20F) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 0F. RGB value is (219,242,15). Sum of RGB (Red+Green+Blue) = 219+242+15=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 242 (94.92% from 255 or 50.84% from 476); Blue value is 15 (6.25% from 255 or 3.15% from 476); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF20F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF20F is #240DF0. Grayscale: #D2D2D2. Windows color (decimal): -2362865 or 1045211. OLE color: 1045211.

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

Color convert

RGB 219 242 15 -
CMYK 0.10 0 0.94 0.05
HSL 66.08º 0.9% 0.5% -
HSV(B) 66.08º 0.94% 0.95% -
XYZ 61.05 78.6 12.41 -
YUV 209.25 18.38 134.96 -
System Red Green Blue C M Y K H S L
Decimal 219 242 15 0.10 0 0.94 0.05 66.08 0.9 0.5
Hex DB F2 F A 0 5E 5 42 5A 32
Octal 333 362 17 12 0 136 5 102 132 62
Binary 11011011 11110010 1111 1010 0 1011110 101 1000010 1011010 110010

Color Harmonies of #DBF20F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF20F

Black with #DBF20F

Text Example


Text Example

White with #DBF20F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF20F; }

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

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

background-color css

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

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

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

border-color css

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

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

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