Html Css Color HEX #DCFA12 Chartreuse Yellow

📋 copy color: '#DCFA12'

red 220 ◦ green 250 ◦ blue 18

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

Shades of Chartreuse Yellow #DCFA12

Tints of Chartreuse Yellow #DCFA12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 3.69%

R = 45.08%
G = 51.23%
B = 3.69%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.93

 K value IS 0.02

RGB Variations

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

Color information

#DCFA12 (or 0xDCFA12) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 12. RGB value is (220,250,18). Sum of RGB (Red+Green+Blue) = 220+250+18=488 (64% of max value = 765). Red value is 220 (86.33% from 255 or 45.08% from 488); Green value is 250 (98.05% from 255 or 51.23% from 488); Blue value is 18 (7.42% from 255 or 3.69% from 488); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA12 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA12 is #2305ED. Grayscale: #D7D7D7. Windows color (decimal): -2295278 or 1243868. OLE color: 1243868.

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

Color convert

RGB 220 250 18 -
CMYK 0.12 0 0.93 0.02
HSL 67.76º 0.96% 0.53% -
HSV(B) 67.76º 0.93% 0.98% -
XYZ 63.81 83.63 13.35 -
YUV 214.58 17.06 131.86 -
System Red Green Blue C M Y K H S L
Decimal 220 250 18 0.12 0 0.93 0.02 67.76 0.96 0.53
Hex DC FA 12 C 0 5D 2 44 60 35
Octal 334 372 22 14 0 135 2 104 140 65
Binary 11011100 11111010 10010 1100 0 1011101 10 1000100 1100000 110101

Color Harmonies of #DCFA12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA12

Black with #DCFA12

Text Example


Text Example

White with #DCFA12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA12; }

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

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

background-color css

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

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

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

border-color css

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

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

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