Html Css Color HEX #DBEF0F Chartreuse Yellow

📋 copy color: '#DBEF0F'

red 219 ◦ green 239 ◦ blue 15

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

Shades of Chartreuse Yellow #DBEF0F

Tints of Chartreuse Yellow #DBEF0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 3.17%

R = 46.3%
G = 50.53%
B = 3.17%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.94

 K value IS 0.06

RGB Variations

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

Color information

#DBEF0F (or 0xDBEF0F) is known color: Chartreuse Yellow. HEX triplet: DB, EF and 0F. RGB value is (219,239,15). Sum of RGB (Red+Green+Blue) = 219+239+15=473 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.30% from 473); Green value is 239 (93.75% from 255 or 50.53% from 473); Blue value is 15 (6.25% from 255 or 3.17% from 473); Max value from RGB is 239 - color contains mainly: green. Hex color #DBEF0F is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBEF0F is #2410F0. Grayscale: #D0D0D0. Windows color (decimal): -2363633 or 1044443. OLE color: 1044443.

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

Color convert

RGB 219 239 15 -
CMYK 0.08 0 0.94 0.06
HSL 65.36º 0.88% 0.5% -
HSV(B) 65.36º 0.94% 0.94% -
XYZ 60.17 76.83 12.11 -
YUV 207.48 19.37 136.21 -
System Red Green Blue C M Y K H S L
Decimal 219 239 15 0.08 0 0.94 0.06 65.36 0.88 0.5
Hex DB EF F 8 0 5E 6 41 58 32
Octal 333 357 17 10 0 136 6 101 130 62
Binary 11011011 11101111 1111 1000 0 1011110 110 1000001 1011000 110010

Color Harmonies of #DBEF0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBEF0F

Black with #DBEF0F

Text Example


Text Example

White with #DBEF0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBEF0F; }

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

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

background-color css

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

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

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

border-color css

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

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

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