Html Css Color HEX #DCF60E Chartreuse Yellow

📋 copy color: '#DCF60E'

red 220 ◦ green 246 ◦ blue 14

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

Shades of Chartreuse Yellow #DCF60E

Tints of Chartreuse Yellow #DCF60E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 2.92%

R = 45.83%
G = 51.25%
B = 2.92%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#DCF60E (or 0xDCF60E) is known color: Chartreuse Yellow. HEX triplet: DC, F6 and 0E. RGB value is (220,246,14). Sum of RGB (Red+Green+Blue) = 220+246+14=480 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.83% from 480); Green value is 246 (96.48% from 255 or 51.25% from 480); Blue value is 14 (5.86% from 255 or 2.92% from 480); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF60E is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF60E is #2309F1. Grayscale: #D4D4D4. Windows color (decimal): -2296306 or 980700. OLE color: 980700.

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

Color convert

RGB 220 246 14 -
CMYK 0.11 0 0.94 0.04
HSL 66.72º 0.93% 0.51% -
HSV(B) 66.72º 0.94% 0.96% -
XYZ 62.55 81.16 12.78 -
YUV 211.78 16.39 133.86 -
System Red Green Blue C M Y K H S L
Decimal 220 246 14 0.11 0 0.94 0.04 66.72 0.93 0.51
Hex DC F6 E B 0 5E 4 43 5D 33
Octal 334 366 16 13 0 136 4 103 135 63
Binary 11011100 11110110 1110 1011 0 1011110 100 1000011 1011101 110011

Color Harmonies of #DCF60E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF60E

Black with #DCF60E

Text Example


Text Example

White with #DCF60E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF60E; }

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

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

background-color css

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

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

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

border-color css

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

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

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