Html Css Color HEX #DCF10A Chartreuse Yellow

📋 copy color: '#DCF10A'

red 220 ◦ green 241 ◦ blue 10

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

Shades of Chartreuse Yellow #DCF10A

Tints of Chartreuse Yellow #DCF10A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 51.17%

 BLUE value IS 10 (4.3% from 255) = 2.12%

R = 46.71%
G = 51.17%
B = 2.12%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.96

 K value IS 0.05

RGB Variations

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

Color information

#DCF10A (or 0xDCF10A) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 0A. RGB value is (220,241,10). Sum of RGB (Red+Green+Blue) = 220+241+10=471 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.71% from 471); Green value is 241 (94.53% from 255 or 51.17% from 471); Blue value is 10 (4.30% from 255 or 2.12% from 471); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF10A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF10A is #230EF5. Grayscale: #D1D1D1. Windows color (decimal): -2297590 or 717276. OLE color: 717276.

HSL color Cylindrical-coordinate representation of color #DCF10A: hue angle of 65.45º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DCF10A is Cyan = 0.09, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 241 10 -
CMYK 0.09 0 0.96 0.05
HSL 65.45º 0.92% 0.49% -
HSV(B) 65.45º 0.96% 0.95% -
XYZ 61.03 78.15 12.15 -
YUV 208.39 16.04 136.28 -
System Red Green Blue C M Y K H S L
Decimal 220 241 10 0.09 0 0.96 0.05 65.45 0.92 0.49
Hex DC F1 A 9 0 60 5 41 5C 31
Octal 334 361 12 11 0 140 5 101 134 61
Binary 11011100 11110001 1010 1001 0 1100000 101 1000001 1011100 110001

Color Harmonies of #DCF10A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF10A

Black with #DCF10A

Text Example


Text Example

White with #DCF10A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF10A; }

 p { color: rgb(220,241,10); }

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

background-color css

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

 a { background-color: rgb(220,241,10); }

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

border-color css

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

 span { border-color: rgb(220,241,10); }

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