Html Css Color HEX #DCFF0A Chartreuse Yellow

📋 copy color: '#DCFF0A'

red 220 ◦ green 255 ◦ blue 10

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

Shades of Chartreuse Yellow #DCFF0A

Tints of Chartreuse Yellow #DCFF0A

RGB

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

 GREEN value IS 255 (100% from 255) = 52.58%

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

R = 45.36%
G = 52.58%
B = 2.06%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.96

 K value IS 0

RGB Variations

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

Color information

#DCFF0A (or 0xDCFF0A) is known color: Chartreuse Yellow. HEX triplet: DC, FF and 0A. RGB value is (220,255,10). Sum of RGB (Red+Green+Blue) = 220+255+10=485 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.36% from 485); Green value is 255 (100% from 255 or 52.58% from 485); Blue value is 10 (4.30% from 255 or 2.06% from 485); Max value from RGB is 255 - color contains mainly: green. Hex color #DCFF0A is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFF0A is #2300F5. Grayscale: #D9D9D9. Windows color (decimal): -2294006 or 720860. OLE color: 720860.

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

Color convert

RGB 220 255 10 -
CMYK 0.14 0 0.96 0
HSL 68.57º 1% 0.52% -
HSV(B) 68.57º 0.96% 1% -
XYZ 65.33 86.76 13.59 -
YUV 216.61 11.4 130.42 -
System Red Green Blue C M Y K H S L
Decimal 220 255 10 0.14 0 0.96 0 68.57 1 0.52
Hex DC FF A E 0 60 0 45 64 34
Octal 334 377 12 16 0 140 0 105 144 64
Binary 11011100 11111111 1010 1110 0 1100000 0 1000101 1100100 110100

Color Harmonies of #DCFF0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFF0A

Black with #DCFF0A

Text Example


Text Example

White with #DCFF0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFF0A; }

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

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

background-color css

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

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

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

border-color css

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

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

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