Html Css Color HEX #DCF205 Chartreuse Yellow

📋 copy color: '#DCF205'

red 220 ◦ green 242 ◦ blue 5

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

Shades of Chartreuse Yellow #DCF205

Tints of Chartreuse Yellow #DCF205

RGB

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

 GREEN value IS 242 (94.92% from 255) = 51.82%

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

R = 47.11%
G = 51.82%
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

#DCF205 (or 0xDCF205) is known color: Chartreuse Yellow. HEX triplet: DC, F2 and 05. RGB value is (220,242,5). Sum of RGB (Red+Green+Blue) = 220+242+5=467 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.11% from 467); Green value is 242 (94.92% from 255 or 51.82% from 467); Blue value is 5 (2.34% from 255 or 1.07% from 467); Max value from RGB is 242 - color contains mainly: green. Hex color #DCF205 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF205 is #230DFA. Grayscale: #D1D1D1. Windows color (decimal): -2297339 or 389852. OLE color: 389852.

HSL color Cylindrical-coordinate representation of color #DCF205: hue angle of 65.57º 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 #DCF205 is Cyan = 0.09, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.05.

Color convert

RGB 220 242 5 -
CMYK 0.09 0 0.98 0.05
HSL 65.57º 0.96% 0.48% -
HSV(B) 65.57º 0.98% 0.95% -
XYZ 61.29 78.73 12.11 -
YUV 208.4 13.21 136.27 -
System Red Green Blue C M Y K H S L
Decimal 220 242 5 0.09 0 0.98 0.05 65.57 0.96 0.48
Hex DC F2 5 9 0 62 5 42 60 30
Octal 334 362 5 11 0 142 5 102 140 60
Binary 11011100 11110010 101 1001 0 1100010 101 1000010 1100000 110000

Color Harmonies of #DCF205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF205

Black with #DCF205

Text Example


Text Example

White with #DCF205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF205; }

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

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

background-color css

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

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

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

border-color css

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

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

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