Html Css Color HEX #DBEF00 Chartreuse Yellow

📋 copy color: '#DBEF00'

red 219 ◦ green 239 ◦ blue 0

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

Shades of Chartreuse Yellow #DBEF00

Tints of Chartreuse Yellow #DBEF00

RGB

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

 GREEN value IS 239 (93.75% from 255) = 52.18%

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

R = 47.82%
G = 52.18%
B = 0%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1

 K value IS 0.06

RGB Variations

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

Color information

#DBEF00 (or 0xDBEF00) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 00. RGB value is (219,239,0). Sum of RGB (Red+Green+Blue) = 219+239+0=458 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.82% from 458); Green value is 239 (93.75% from 255 or 52.18% from 458); Blue value is 0 (0.39% from 255 or 0% from 458); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF00 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF00 is #2410FF. Grayscale: #CECECE. Windows color (decimal): -2363648 or 61403. OLE color: 61403.

HSL color Cylindrical-coordinate representation of color #DBEF00: hue angle of 65.02º 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 #DBEF00 is Cyan = 0.08, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.06.

Color convert

RGB 219 239 0 -
CMYK 0.08 0 1 0.06
HSL 65.02º 1% 0.47% -
HSV(B) 65.02º 1% 0.94% -
XYZ 60.08 76.79 11.66 -
YUV 205.77 11.87 137.43 -
System Red Green Blue C M Y K H S L
Decimal 219 239 0 0.08 0 1 0.06 65.02 1 0.47
Hex DB EF 0 8 0 64 6 41 64 2F
Octal 333 357 0 10 0 144 6 101 144 57
Binary 11011011 11101111 0 1000 0 1100100 110 1000001 1100100 101111

Color Harmonies of #DBEF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF00

Black with #DBEF00

Text Example


Text Example

White with #DBEF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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