Html Css Color HEX #DCF105 Chartreuse Yellow

📋 copy color: '#DCF105'

red 220 ◦ green 241 ◦ blue 5

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

Shades of Chartreuse Yellow #DCF105

Tints of Chartreuse Yellow #DCF105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.07%

R = 47.21%
G = 51.72%
B = 1.07%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.98

 K value IS 0.05

RGB Variations

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

Color information

#DCF105 (or 0xDCF105) is known color: Chartreuse Yellow. HEX triplet: DC, F1 and 05. RGB value is (220,241,5). Sum of RGB (Red+Green+Blue) = 220+241+5=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 241 (94.53% from 255 or 51.72% from 466); Blue value is 5 (2.34% from 255 or 1.07% from 466); Max value from RGB is 241 - color contains mainly: green. Hex color #DCF105 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF105 is #230EFA. Grayscale: #D0D0D0. Windows color (decimal): -2297595 or 389596. OLE color: 389596.

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

Color convert

RGB 220 241 5 -
CMYK 0.09 0 0.98 0.05
HSL 65.34º 0.96% 0.48% -
HSV(B) 65.34º 0.98% 0.95% -
XYZ 61 78.14 12.01 -
YUV 207.82 13.54 136.69 -
System Red Green Blue C M Y K H S L
Decimal 220 241 5 0.09 0 0.98 0.05 65.34 0.96 0.48
Hex DC F1 5 9 0 62 5 41 60 30
Octal 334 361 5 11 0 142 5 101 140 60
Binary 11011100 11110001 101 1001 0 1100010 101 1000001 1100000 110000

Color Harmonies of #DCF105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF105

Black with #DCF105

Text Example


Text Example

White with #DCF105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF105; }

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

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

background-color css

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

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

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

border-color css

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

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

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