Html Css Color HEX #DBFA14 Chartreuse Yellow

📋 copy color: '#DBFA14'

red 219 ◦ green 250 ◦ blue 20

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

Shades of Chartreuse Yellow #DBFA14

Tints of Chartreuse Yellow #DBFA14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.09%

R = 44.79%
G = 51.12%
B = 4.09%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#DBFA14 (or 0xDBFA14) is known color: Chartreuse Yellow. HEX triplet: DB, FA and 14. RGB value is (219,250,20). Sum of RGB (Red+Green+Blue) = 219+250+20=489 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.79% from 489); Green value is 250 (98.05% from 255 or 51.12% from 489); Blue value is 20 (8.20% from 255 or 4.09% from 489); Max value from RGB is 250 - color contains mainly: green. Hex color #DBFA14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFA14 is #2405EB. Grayscale: #D7D7D7. Windows color (decimal): -2360812 or 1374939. OLE color: 1374939.

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

Color convert

RGB 219 250 20 -
CMYK 0.12 0 0.92 0.02
HSL 68.09º 0.96% 0.53% -
HSV(B) 68.09º 0.92% 0.98% -
XYZ 63.53 83.48 13.43 -
YUV 214.51 18.23 131.2 -
System Red Green Blue C M Y K H S L
Decimal 219 250 20 0.12 0 0.92 0.02 68.09 0.96 0.53
Hex DB FA 14 C 0 5C 2 44 60 35
Octal 333 372 24 14 0 134 2 104 140 65
Binary 11011011 11111010 10100 1100 0 1011100 10 1000100 1100000 110101

Color Harmonies of #DBFA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFA14

Black with #DBFA14

Text Example


Text Example

White with #DBFA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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