Html Css Color HEX #DCFA10 Chartreuse Yellow

📋 copy color: '#DCFA10'

red 220 ◦ green 250 ◦ blue 16

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

Shades of Chartreuse Yellow #DCFA10

Tints of Chartreuse Yellow #DCFA10

RGB

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

 GREEN value IS 250 (98.05% from 255) = 51.44%

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

R = 45.27%
G = 51.44%
B = 3.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.94

 K value IS 0.02

RGB Variations

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

Color information

#DCFA10 (or 0xDCFA10) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 10. RGB value is (220,250,16). Sum of RGB (Red+Green+Blue) = 220+250+16=486 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.27% from 486); Green value is 250 (98.05% from 255 or 51.44% from 486); Blue value is 16 (6.64% from 255 or 3.29% from 486); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA10 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA10 is #2305EF. Grayscale: #D7D7D7. Windows color (decimal): -2295280 or 1112796. OLE color: 1112796.

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

Color convert

RGB 220 250 16 -
CMYK 0.12 0 0.94 0.02
HSL 67.69º 0.96% 0.52% -
HSV(B) 67.69º 0.94% 0.98% -
XYZ 63.79 83.62 13.27 -
YUV 214.35 16.06 132.03 -
System Red Green Blue C M Y K H S L
Decimal 220 250 16 0.12 0 0.94 0.02 67.69 0.96 0.52
Hex DC FA 10 C 0 5E 2 44 60 34
Octal 334 372 20 14 0 136 2 104 140 64
Binary 11011100 11111010 10000 1100 0 1011110 10 1000100 1100000 110100

Color Harmonies of #DCFA10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA10

Black with #DCFA10

Text Example


Text Example

White with #DCFA10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA10; }

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

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

background-color css

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

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

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

border-color css

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

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

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