Html Css Color HEX #DCF015 Chartreuse Yellow

📋 copy color: '#DCF015'

red 220 ◦ green 240 ◦ blue 21

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

Shades of Chartreuse Yellow #DCF015

Tints of Chartreuse Yellow #DCF015

RGB

 RED value IS 220 (86.33% from 255) = 45.74%

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

 BLUE value IS 21 (8.59% from 255) = 4.37%

R = 45.74%
G = 49.9%
B = 4.37%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.91

 K value IS 0.06

RGB Variations

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

Color information

#DCF015 (or 0xDCF015) is known color: Chartreuse Yellow. HEX triplet: DC, F0 and 15. RGB value is (220,240,21). Sum of RGB (Red+Green+Blue) = 220+240+21=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 240 (94.14% from 255 or 49.90% from 481); Blue value is 21 (8.59% from 255 or 4.37% from 481); Max value from RGB is 240 - color contains mainly: green. Hex color #DCF015 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF015 is #230FEA. Grayscale: #D1D1D1. Windows color (decimal): -2297835 or 1437916. OLE color: 1437916.

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

Color convert

RGB 220 240 21 -
CMYK 0.08 0 0.91 0.06
HSL 65.48º 0.88% 0.51% -
HSV(B) 65.48º 0.91% 0.94% -
XYZ 60.81 77.59 12.48 -
YUV 209.05 21.87 135.81 -
System Red Green Blue C M Y K H S L
Decimal 220 240 21 0.08 0 0.91 0.06 65.48 0.88 0.51
Hex DC F0 15 8 0 5B 6 41 58 33
Octal 334 360 25 10 0 133 6 101 130 63
Binary 11011100 11110000 10101 1000 0 1011011 110 1000001 1011000 110011

Color Harmonies of #DCF015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF015

Black with #DCF015

Text Example


Text Example

White with #DCF015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF015; }

 p { color: rgb(220,240,21); }

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

background-color css

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

 a { background-color: rgb(220,240,21); }

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

border-color css

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

 span { border-color: rgb(220,240,21); }

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