Html Css Color HEX #DBF00A Chartreuse Yellow

📋 copy color: '#DBF00A'

red 219 ◦ green 240 ◦ blue 10

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

Shades of Chartreuse Yellow #DBF00A

Tints of Chartreuse Yellow #DBF00A

RGB

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

 GREEN value IS 240 (94.14% from 255) = 51.17%

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

R = 46.7%
G = 51.17%
B = 2.13%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.06

RGB Variations

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

Color information

#DBF00A (or 0xDBF00A) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 0A. RGB value is (219,240,10). Sum of RGB (Red+Green+Blue) = 219+240+10=469 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.70% from 469); Green value is 240 (94.14% from 255 or 51.17% from 469); Blue value is 10 (4.30% from 255 or 2.13% from 469); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF00A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF00A is #240FF5. Grayscale: #D0D0D0. Windows color (decimal): -2363382 or 717019. OLE color: 717019.

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

Color convert

RGB 219 240 10 -
CMYK 0.09 0 0.96 0.06
HSL 65.48º 0.92% 0.49% -
HSV(B) 65.48º 0.96% 0.94% -
XYZ 60.43 77.4 12.04 -
YUV 207.5 16.54 136.2 -
System Red Green Blue C M Y K H S L
Decimal 219 240 10 0.09 0 0.96 0.06 65.48 0.92 0.49
Hex DB F0 A 9 0 60 6 41 5C 31
Octal 333 360 12 11 0 140 6 101 134 61
Binary 11011011 11110000 1010 1001 0 1100000 110 1000001 1011100 110001

Color Harmonies of #DBF00A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF00A

Black with #DBF00A

Text Example


Text Example

White with #DBF00A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF00A; }

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

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

background-color css

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

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

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

border-color css

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

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

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