Html Css Color HEX #DCF610 Chartreuse Yellow

📋 copy color: '#DCF610'

red 220 ◦ green 246 ◦ blue 16

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

Shades of Chartreuse Yellow #DCF610

Tints of Chartreuse Yellow #DCF610

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 3.32%

R = 45.64%
G = 51.04%
B = 3.32%

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

#DCF610 (or 0xDCF610) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 10. RGB value is (220,246,16). Sum of RGB (Red+Green+Blue) = 220+246+16=482 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.64% from 482); Green value is 246 (96.48% from 255 or 51.04% from 482); Blue value is 16 (6.64% from 255 or 3.32% from 482); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF610 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF610 is #2309EF. Grayscale: #D4D4D4. Windows color (decimal): -2296304 or 1111772. OLE color: 1111772.

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

Color convert

RGB 220 246 16 -
CMYK 0.11 0 0.93 0.04
HSL 66.78º 0.93% 0.51% -
HSV(B) 66.78º 0.93% 0.96% -
XYZ 62.56 81.16 12.86 -
YUV 212.01 17.39 133.7 -
System Red Green Blue C M Y K H S L
Decimal 220 246 16 0.11 0 0.93 0.04 66.78 0.93 0.51
Hex DC F6 10 B 0 5D 4 43 5D 33
Octal 334 366 20 13 0 135 4 103 135 63
Binary 11011100 11110110 10000 1011 0 1011101 100 1000011 1011101 110011

Color Harmonies of #DCF610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF610

Black with #DCF610

Text Example


Text Example

White with #DCF610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF610; }

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

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

background-color css

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

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

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

border-color css

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

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

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