Html Css Color HEX #DCF218 Chartreuse Yellow

📋 copy color: '#DCF218'

red 220 ◦ green 242 ◦ blue 24

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

Shades of Chartreuse Yellow #DCF218

Tints of Chartreuse Yellow #DCF218

RGB

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

 GREEN value IS 242 (94.92% from 255) = 49.79%

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

R = 45.27%
G = 49.79%
B = 4.94%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.90

 K value IS 0.05

RGB Variations

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

Color information

#DCF218 (or 0xDCF218) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 18. RGB value is (220,242,24). Sum of RGB (Red+Green+Blue) = 220+242+24=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 242 (94.92% from 255 or 49.79% from 486); Blue value is 24 (9.77% from 255 or 4.94% from 486); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF218 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF218 is #230DE7. Grayscale: #D3D3D3. Windows color (decimal): -2297320 or 1635036. OLE color: 1635036.

HSL color Cylindrical-coordinate representation of color #DCF218: hue angle of 66.06º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DCF218 is Cyan = 0.09, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 24 -
CMYK 0.09 0 0.90 0.05
HSL 66.06º 0.89% 0.52% -
HSV(B) 66.06º 0.9% 0.95% -
XYZ 61.43 78.79 12.83 -
YUV 210.57 22.71 134.73 -
System Red Green Blue C M Y K H S L
Decimal 220 242 24 0.09 0 0.90 0.05 66.06 0.89 0.52
Hex DC F2 18 9 0 5A 5 42 59 34
Octal 334 362 30 11 0 132 5 102 131 64
Binary 11011100 11110010 11000 1001 0 1011010 101 1000010 1011001 110100

Color Harmonies of #DCF218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF218

Black with #DCF218

Text Example


Text Example

White with #DCF218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF218; }

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

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

background-color css

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

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

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

border-color css

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

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

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