Html Css Color HEX #DBF000 Chartreuse Yellow

📋 copy color: '#DBF000'

red 219 ◦ green 240 ◦ blue 0

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

Shades of Chartreuse Yellow #DBF000

Tints of Chartreuse Yellow #DBF000

RGB

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

 GREEN value IS 240 (94.14% from 255) = 52.29%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 47.71%
G = 52.29%
B = 0%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#DBF000 (or 0xDBF000) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 00. RGB value is (219,240,0). Sum of RGB (Red+Green+Blue) = 219+240+0=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 240 (94.14% from 255 or 52.29% from 459); Blue value is 0 (0.39% from 255 or 0% from 459); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF000 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF000 is #240FFF. Grayscale: #CFCFCF. Windows color (decimal): -2363392 or 61659. OLE color: 61659.

HSL color Cylindrical-coordinate representation of color #DBF000: hue angle of 65.25º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DBF000 is Cyan = 0.09, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 240 0 -
CMYK 0.09 0 1 0.06
HSL 65.25º 1% 0.47% -
HSV(B) 65.25º 1% 0.94% -
XYZ 60.37 77.38 11.75 -
YUV 206.36 11.54 137.01 -
System Red Green Blue C M Y K H S L
Decimal 219 240 0 0.09 0 1 0.06 65.25 1 0.47
Hex DB F0 0 9 0 64 6 41 64 2F
Octal 333 360 0 11 0 144 6 101 144 57
Binary 11011011 11110000 0 1001 0 1100100 110 1000001 1100100 101111

Color Harmonies of #DBF000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF000

Black with #DBF000

Text Example


Text Example

White with #DBF000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF000; }

 p { color: rgb(219,240,0); }

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

background-color css

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

 a { background-color: rgb(219,240,0); }

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

border-color css

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

 span { border-color: rgb(219,240,0); }

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