Html Css Color HEX #DBF20A Chartreuse Yellow

📋 copy color: '#DBF20A'

red 219 ◦ green 242 ◦ blue 10

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

Shades of Chartreuse Yellow #DBF20A

Tints of Chartreuse Yellow #DBF20A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 46.5%
G = 51.38%
B = 2.12%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#DBF20A (or 0xDBF20A) is known color: Chartreuse Yellow. HEX triplet: DB, F2 and 0A. RGB value is (219,242,10). Sum of RGB (Red+Green+Blue) = 219+242+10=471 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.50% from 471); Green value is 242 (94.92% from 255 or 51.38% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 242 - color contains mainly: green. Hex color #DBF20A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF20A is #240DF5. Grayscale: #D1D1D1. Windows color (decimal): -2362870 or 717531. OLE color: 717531.

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

Color convert

RGB 219 242 10 -
CMYK 0.10 0 0.96 0.05
HSL 65.95º 0.92% 0.49% -
HSV(B) 65.95º 0.96% 0.95% -
XYZ 61.02 78.59 12.24 -
YUV 208.68 15.88 135.36 -
System Red Green Blue C M Y K H S L
Decimal 219 242 10 0.10 0 0.96 0.05 65.95 0.92 0.49
Hex DB F2 A A 0 60 5 42 5C 31
Octal 333 362 12 12 0 140 5 102 134 61
Binary 11011011 11110010 1010 1010 0 1100000 101 1000010 1011100 110001

Color Harmonies of #DBF20A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF20A

Black with #DBF20A

Text Example


Text Example

White with #DBF20A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF20A; }

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

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

background-color css

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

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

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

border-color css

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

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

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