Html Css Color HEX #DBF814 Chartreuse Yellow

📋 copy color: '#DBF814'

red 219 ◦ green 248 ◦ blue 20

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

Shades of Chartreuse Yellow #DBF814

Tints of Chartreuse Yellow #DBF814

RGB

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

 GREEN value IS 248 (97.27% from 255) = 50.92%

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

R = 44.97%
G = 50.92%
B = 4.11%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.92

 K value IS 0.03

RGB Variations

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

Color information

#DBF814 (or 0xDBF814) is known color: Chartreuse Yellow. HEX triplet: DB, F8 and 14. RGB value is (219,248,20). Sum of RGB (Red+Green+Blue) = 219+248+20=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 248 (97.27% from 255 or 50.92% from 487); Blue value is 20 (8.20% from 255 or 4.11% from 487); Max value from RGB is 248 - color contains mainly: green. Hex color #DBF814 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF814 is #2407EB. Grayscale: #D6D6D6. Windows color (decimal): -2361324 or 1374427. OLE color: 1374427.

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

Color convert

RGB 219 248 20 -
CMYK 0.12 0 0.92 0.03
HSL 67.63º 0.94% 0.53% -
HSV(B) 67.63º 0.92% 0.97% -
XYZ 62.91 82.25 13.22 -
YUV 213.34 18.89 132.04 -
System Red Green Blue C M Y K H S L
Decimal 219 248 20 0.12 0 0.92 0.03 67.63 0.94 0.53
Hex DB F8 14 C 0 5C 3 44 5E 35
Octal 333 370 24 14 0 134 3 104 136 65
Binary 11011011 11111000 10100 1100 0 1011100 11 1000100 1011110 110101

Color Harmonies of #DBF814

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF814

Black with #DBF814

Text Example


Text Example

White with #DBF814

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF814; }

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

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

background-color css

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

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

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

border-color css

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

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

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