Html Css Color HEX #DBFB14 Chartreuse Yellow

📋 copy color: '#DBFB14'

red 219 ◦ green 251 ◦ blue 20

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

Shades of Chartreuse Yellow #DBFB14

Tints of Chartreuse Yellow #DBFB14

RGB

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

 GREEN value IS 251 (98.44% from 255) = 51.22%

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

R = 44.69%
G = 51.22%
B = 4.08%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#DBFB14 (or 0xDBFB14) is known color: Chartreuse Yellow. HEX triplet: DB, FB and 14. RGB value is (219,251,20). Sum of RGB (Red+Green+Blue) = 219+251+20=490 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.69% from 490); Green value is 251 (98.44% from 255 or 51.22% from 490); Blue value is 20 (8.20% from 255 or 4.08% from 490); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFB14 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFB14 is #2404EB. Grayscale: #D7D7D7. Windows color (decimal): -2360556 or 1375195. OLE color: 1375195.

HSL color Cylindrical-coordinate representation of color #DBFB14: hue angle of 68.31º degrees, saturation: 0.97, 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 #DBFB14 is Cyan = 0.13, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.02.

Color convert

RGB 219 251 20 -
CMYK 0.13 0 0.92 0.02
HSL 68.31º 0.97% 0.53% -
HSV(B) 68.31º 0.92% 0.98% -
XYZ 63.84 84.1 13.53 -
YUV 215.1 17.9 130.78 -
System Red Green Blue C M Y K H S L
Decimal 219 251 20 0.13 0 0.92 0.02 68.31 0.97 0.53
Hex DB FB 14 D 0 5C 2 44 61 35
Octal 333 373 24 15 0 134 2 104 141 65
Binary 11011011 11111011 10100 1101 0 1011100 10 1000100 1100001 110101

Color Harmonies of #DBFB14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFB14

Black with #DBFB14

Text Example


Text Example

White with #DBFB14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFB14; }

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

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

background-color css

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

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

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

border-color css

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

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

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