Html Css Color HEX #DCFC18 Chartreuse Yellow

📋 copy color: '#DCFC18'

red 220 ◦ green 252 ◦ blue 24

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

Shades of Chartreuse Yellow #DCFC18

Tints of Chartreuse Yellow #DCFC18

RGB

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

 GREEN value IS 252 (98.83% from 255) = 50.81%

 BLUE value IS 24 (9.77% from 255) = 4.84%

R = 44.35%
G = 50.81%
B = 4.84%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#DCFC18 (or 0xDCFC18) is known color: Chartreuse Yellow. HEX triplet: DC, FC and 18. RGB value is (220,252,24). Sum of RGB (Red+Green+Blue) = 220+252+24=496 (65% of max value = 765). Red value is 220 (86.33% from 255 or 44.35% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 24 (9.77% from 255 or 4.84% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #DCFC18 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFC18 is #2303E7. Grayscale: #D9D9D9. Windows color (decimal): -2294760 or 1637596. OLE color: 1637596.

HSL color Cylindrical-coordinate representation of color #DCFC18: hue angle of 68.42º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCFC18 is Cyan = 0.13, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.01.

Color convert

RGB 220 252 24 -
CMYK 0.13 0 0.90 0.01
HSL 68.42º 0.97% 0.54% -
HSV(B) 68.42º 0.9% 0.99% -
XYZ 64.49 84.9 13.85 -
YUV 216.44 19.4 130.54 -
System Red Green Blue C M Y K H S L
Decimal 220 252 24 0.13 0 0.90 0.01 68.42 0.97 0.54
Hex DC FC 18 D 0 5A 1 44 61 36
Octal 334 374 30 15 0 132 1 104 141 66
Binary 11011100 11111100 11000 1101 0 1011010 1 1000100 1100001 110110

Color Harmonies of #DCFC18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFC18

Black with #DCFC18

Text Example


Text Example

White with #DCFC18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFC18; }

 p { color: rgb(220,252,24); }

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

background-color css

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

 a { background-color: rgb(220,252,24); }

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

border-color css

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

 span { border-color: rgb(220,252,24); }

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