Html Css Color HEX #DBFE1F Chartreuse Yellow

📋 copy color: '#DBFE1F'

red 219 ◦ green 254 ◦ blue 31

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

Shades of Chartreuse Yellow #DBFE1F

Tints of Chartreuse Yellow #DBFE1F

RGB

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

 GREEN value IS 254 (99.61% from 255) = 50.4%

 BLUE value IS 31 (12.5% from 255) = 6.15%

R = 43.45%
G = 50.4%
B = 6.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.88

 K value IS 0.00

RGB Variations

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

Color information

#DBFE1F (or 0xDBFE1F) is known color: Chartreuse Yellow. HEX triplet: DB, FE and 1F. RGB value is (219,254,31). Sum of RGB (Red+Green+Blue) = 219+254+31=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 254 (99.61% from 255 or 50.40% from 504); Blue value is 31 (12.5% from 255 or 6.15% from 504); Max value from RGB is 254 - color contains mainly: green. Hex color #DBFE1F is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #DBFE1F is #2401E0. Grayscale: #DADADA. Windows color (decimal): -2359777 or 2096859. OLE color: 2096859.

HSL color Cylindrical-coordinate representation of color #DBFE1F: hue angle of 69.42º degrees, saturation: 0.99, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DBFE1F is Cyan = 0.14, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.00.

Color convert

RGB 219 254 31 -
CMYK 0.14 0 0.88 0.00
HSL 69.42º 0.99% 0.56% -
HSV(B) 69.42º 0.88% 1% -
XYZ 64.9 86.04 14.48 -
YUV 218.11 22.4 128.63 -
System Red Green Blue C M Y K H S L
Decimal 219 254 31 0.14 0 0.88 0.00 69.42 0.99 0.56
Hex DB FE 1F E 0 58 0 45 63 38
Octal 333 376 37 16 0 130 0 105 143 70
Binary 11011011 11111110 11111 1110 0 1011000 0 1000101 1100011 111000

Color Harmonies of #DBFE1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFE1F

Black with #DBFE1F

Text Example


Text Example

White with #DBFE1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFE1F; }

 p { color: rgb(219,254,31); }

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

background-color css

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

 a { background-color: rgb(219,254,31); }

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

border-color css

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

 span { border-color: rgb(219,254,31); }

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