Html Css Color HEX #DCFA0B Chartreuse Yellow

📋 copy color: '#DCFA0B'

red 220 ◦ green 250 ◦ blue 11

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

Shades of Chartreuse Yellow #DCFA0B

Tints of Chartreuse Yellow #DCFA0B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 2.29%

R = 45.74%
G = 51.98%
B = 2.29%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.96

 K value IS 0.02

RGB Variations

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

Color information

#DCFA0B (or 0xDCFA0B) is known color: Chartreuse Yellow. HEX triplet: DC, FA and 0B. RGB value is (220,250,11). Sum of RGB (Red+Green+Blue) = 220+250+11=481 (63% of max value = 765). Red value is 220 (86.33% from 255 or 45.74% from 481); Green value is 250 (98.05% from 255 or 51.98% from 481); Blue value is 11 (4.69% from 255 or 2.29% from 481); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA0B is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCFA0B is #2305F4. Grayscale: #D6D6D6. Windows color (decimal): -2295285 or 785116. OLE color: 785116.

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

Color convert

RGB 220 250 11 -
CMYK 0.12 0 0.96 0.02
HSL 67.53º 0.96% 0.51% -
HSV(B) 67.53º 0.96% 0.98% -
XYZ 63.76 83.61 13.09 -
YUV 213.78 13.56 132.43 -
System Red Green Blue C M Y K H S L
Decimal 220 250 11 0.12 0 0.96 0.02 67.53 0.96 0.51
Hex DC FA B C 0 60 2 44 60 33
Octal 334 372 13 14 0 140 2 104 140 63
Binary 11011100 11111010 1011 1100 0 1100000 10 1000100 1100000 110011

Color Harmonies of #DCFA0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCFA0B

Black with #DCFA0B

Text Example


Text Example

White with #DCFA0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCFA0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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