Html Css Color HEX #DBF012 Chartreuse Yellow

📋 copy color: '#DBF012'

red 219 ◦ green 240 ◦ blue 18

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

Shades of Chartreuse Yellow #DBF012

Tints of Chartreuse Yellow #DBF012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.77%

R = 45.91%
G = 50.31%
B = 3.77%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.92

 K value IS 0.06

RGB Variations

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

Color information

#DBF012 (or 0xDBF012) is known color: Chartreuse Yellow. HEX triplet: DB, F0 and 12. RGB value is (219,240,18). Sum of RGB (Red+Green+Blue) = 219+240+18=477 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.91% from 477); Green value is 240 (94.14% from 255 or 50.31% from 477); Blue value is 18 (7.42% from 255 or 3.77% from 477); Max value from RGB is 240 - color contains mainly: green. Hex color #DBF012 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF012 is #240FED. Grayscale: #D1D1D1. Windows color (decimal): -2363374 or 1241307. OLE color: 1241307.

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

Color convert

RGB 219 240 18 -
CMYK 0.09 0 0.92 0.06
HSL 65.68º 0.88% 0.51% -
HSV(B) 65.68º 0.93% 0.94% -
XYZ 60.48 77.42 12.33 -
YUV 208.41 20.54 135.55 -
System Red Green Blue C M Y K H S L
Decimal 219 240 18 0.09 0 0.92 0.06 65.68 0.88 0.51
Hex DB F0 12 9 0 5C 6 42 58 33
Octal 333 360 22 11 0 134 6 102 130 63
Binary 11011011 11110000 10010 1001 0 1011100 110 1000010 1011000 110011

Color Harmonies of #DBF012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF012

Black with #DBF012

Text Example


Text Example

White with #DBF012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF012; }

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

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

background-color css

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

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

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

border-color css

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

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

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