Html Css Color HEX #DCF612 Chartreuse Yellow

📋 copy color: '#DCF612'

red 220 ◦ green 246 ◦ blue 18

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

Shades of Chartreuse Yellow #DCF612

Tints of Chartreuse Yellow #DCF612

RGB

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

 GREEN value IS 246 (96.48% from 255) = 50.83%

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

R = 45.45%
G = 50.83%
B = 3.72%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#DCF612 (or 0xDCF612) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 12. RGB value is (220,246,18). Sum of RGB (Red+Green+Blue) = 220+246+18=484 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.45% from 484); Green value is 246 (96.48% from 255 or 50.83% from 484); Blue value is 18 (7.42% from 255 or 3.72% from 484); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF612 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF612 is #2309ED. Grayscale: #D5D5D5. Windows color (decimal): -2296302 or 1242844. OLE color: 1242844.

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

Color convert

RGB 220 246 18 -
CMYK 0.11 0 0.93 0.04
HSL 66.84º 0.93% 0.52% -
HSV(B) 66.84º 0.93% 0.96% -
XYZ 62.58 81.17 12.94 -
YUV 212.23 18.39 133.54 -
System Red Green Blue C M Y K H S L
Decimal 220 246 18 0.11 0 0.93 0.04 66.84 0.93 0.52
Hex DC F6 12 B 0 5D 4 43 5D 34
Octal 334 366 22 13 0 135 4 103 135 64
Binary 11011100 11110110 10010 1011 0 1011101 100 1000011 1011101 110100

Color Harmonies of #DCF612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF612

Black with #DCF612

Text Example


Text Example

White with #DCF612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF612; }

 p { color: rgb(220,246,18); }

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

background-color css

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

 a { background-color: rgb(220,246,18); }

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

border-color css

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

 span { border-color: rgb(220,246,18); }

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