Html Css Color HEX #DBFA0E Chartreuse Yellow

📋 copy color: '#DBFA0E'

red 219 ◦ green 250 ◦ blue 14

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

Shades of Chartreuse Yellow #DBFA0E

Tints of Chartreuse Yellow #DBFA0E

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.76%

 BLUE value IS 14 (5.86% from 255) = 2.9%

R = 45.34%
G = 51.76%
B = 2.9%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#DBFA0E (or 0xDBFA0E) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 0E. RGB value is (219,250,14). Sum of RGB (Red+Green+Blue) = 219+250+14=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 250 (98.05% from 255 or 51.76% from 483); Blue value is 14 (5.86% from 255 or 2.90% from 483); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFA0E is #2405F1. Grayscale: #D6D6D6. Windows color (decimal): -2360818 or 981723. OLE color: 981723.

HSL color Cylindrical-coordinate representation of color #DBFA0E: hue angle of 67.88º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DBFA0E is Cyan = 0.12, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 250 14 -
CMYK 0.12 0 0.94 0.02
HSL 67.88º 0.96% 0.52% -
HSV(B) 67.88º 0.94% 0.98% -
XYZ 63.48 83.46 13.18 -
YUV 213.83 15.23 131.69 -
System Red Green Blue C M Y K H S L
Decimal 219 250 14 0.12 0 0.94 0.02 67.88 0.96 0.52
Hex DB FA E C 0 5E 2 44 60 34
Octal 333 372 16 14 0 136 2 104 140 64
Binary 11011011 11111010 1110 1100 0 1011110 10 1000100 1100000 110100

Color Harmonies of #DBFA0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA0E

Black with #DBFA0E

Text Example


Text Example

White with #DBFA0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA0E; }

 p { color: rgb(219,250,14); }

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

background-color css

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

 a { background-color: rgb(219,250,14); }

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

border-color css

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

 span { border-color: rgb(219,250,14); }

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