Html Css Color HEX #DBF50C Chartreuse Yellow

📋 copy color: '#DBF50C'

red 219 ◦ green 245 ◦ blue 12

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

Shades of Chartreuse Yellow #DBF50C

Tints of Chartreuse Yellow #DBF50C

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.47%

 BLUE value IS 12 (5.08% from 255) = 2.52%

R = 46.01%
G = 51.47%
B = 2.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#DBF50C (or 0xDBF50C) is known color: Chartreuse Yellow. HEX triplet: DB, F5 and 0C. RGB value is (219,245,12). Sum of RGB (Red+Green+Blue) = 219+245+12=476 (63% of max value = 765). Red value is 219 (85.94% from 255 or 46.01% from 476); Green value is 245 (96.09% from 255 or 51.47% from 476); Blue value is 12 (5.08% from 255 or 2.52% from 476); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF50C is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DBF50C is #240AF3. Grayscale: #D3D3D3. Windows color (decimal): -2362100 or 849371. OLE color: 849371.

HSL color Cylindrical-coordinate representation of color #DBF50C: hue angle of 66.7º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DBF50C is Cyan = 0.11, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.04.

Color convert

RGB 219 245 12 -
CMYK 0.11 0 0.95 0.04
HSL 66.7º 0.92% 0.5% -
HSV(B) 66.7º 0.95% 0.96% -
XYZ 61.93 80.39 12.6 -
YUV 210.66 15.89 133.95 -
System Red Green Blue C M Y K H S L
Decimal 219 245 12 0.11 0 0.95 0.04 66.7 0.92 0.5
Hex DB F5 C B 0 5F 4 43 5C 32
Octal 333 365 14 13 0 137 4 103 134 62
Binary 11011011 11110101 1100 1011 0 1011111 100 1000011 1011100 110010

Color Harmonies of #DBF50C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBF50C

Black with #DBF50C

Text Example


Text Example

White with #DBF50C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBF50C; }

 p { color: rgb(219,245,12); }

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

background-color css

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

 a { background-color: rgb(219,245,12); }

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

border-color css

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

 span { border-color: rgb(219,245,12); }

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