Html Css Color HEX #DBFC0E Chartreuse Yellow

📋 copy color: '#DBFC0E'

red 219 ◦ green 252 ◦ blue 14

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

Shades of Chartreuse Yellow #DBFC0E

Tints of Chartreuse Yellow #DBFC0E

RGB

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

 GREEN value IS 252 (98.83% from 255) = 51.96%

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

R = 45.15%
G = 51.96%
B = 2.89%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.94

 K value IS 0.01

RGB Variations

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

Color information

#DBFC0E (or 0xDBFC0E) is known color: Chartreuse Yellow. HEX triplet: DB, FC and 0E. RGB value is (219,252,14). Sum of RGB (Red+Green+Blue) = 219+252+14=485 (64% of max value = 765). Red value is 219 (85.94% from 255 or 45.15% from 485); Green value is 252 (98.83% from 255 or 51.96% from 485); Blue value is 14 (5.86% from 255 or 2.89% from 485); Max value from RGB is 252 - color contains mainly: green. Hex color #DBFC0E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBFC0E is #2403F1. Grayscale: #D7D7D7. Windows color (decimal): -2360306 or 982235. OLE color: 982235.

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

Color convert

RGB 219 252 14 -
CMYK 0.13 0 0.94 0.01
HSL 68.32º 0.98% 0.52% -
HSV(B) 68.32º 0.94% 0.99% -
XYZ 64.1 84.71 13.39 -
YUV 215 14.57 130.85 -
System Red Green Blue C M Y K H S L
Decimal 219 252 14 0.13 0 0.94 0.01 68.32 0.98 0.52
Hex DB FC E D 0 5E 1 44 62 34
Octal 333 374 16 15 0 136 1 104 142 64
Binary 11011011 11111100 1110 1101 0 1011110 1 1000100 1100010 110100

Color Harmonies of #DBFC0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBFC0E

Black with #DBFC0E

Text Example


Text Example

White with #DBFC0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBFC0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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