Html Css Color HEX #DCF508 Chartreuse Yellow

📋 copy color: '#DCF508'

red 220 ◦ green 245 ◦ blue 8

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

Shades of Chartreuse Yellow #DCF508

Tints of Chartreuse Yellow #DCF508

RGB

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

 GREEN value IS 245 (96.09% from 255) = 51.8%

 BLUE value IS 8 (3.52% from 255) = 1.69%

R = 46.51%
G = 51.8%
B = 1.69%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.97

 K value IS 0.04

RGB Variations

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

Color information

#DCF508 (or 0xDCF508) is known color: Chartreuse Yellow. HEX triplet: DC, F5 and 08. RGB value is (220,245,8). Sum of RGB (Red+Green+Blue) = 220+245+8=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 245 (96.09% from 255 or 51.80% from 473); Blue value is 8 (3.52% from 255 or 1.69% from 473); Max value from RGB is 245 - color contains mainly: green. Hex color #DCF508 is not a web safe color. Web safe color analog (approx): #CCFF00. Inversed color of #DCF508 is #230AF7. Grayscale: #D3D3D3. Windows color (decimal): -2296568 or 587228. OLE color: 587228.

HSL color Cylindrical-coordinate representation of color #DCF508: hue angle of 66.33º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DCF508 is Cyan = 0.10, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.04.

Color convert

RGB 220 245 8 -
CMYK 0.10 0 0.97 0.04
HSL 66.33º 0.94% 0.5% -
HSV(B) 66.33º 0.97% 0.96% -
XYZ 62.21 80.54 12.5 -
YUV 210.51 13.72 134.77 -
System Red Green Blue C M Y K H S L
Decimal 220 245 8 0.10 0 0.97 0.04 66.33 0.94 0.5
Hex DC F5 8 A 0 61 4 42 5E 32
Octal 334 365 10 12 0 141 4 102 136 62
Binary 11011100 11110101 1000 1010 0 1100001 100 1000010 1011110 110010

Color Harmonies of #DCF508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCF508

Black with #DCF508

Text Example


Text Example

White with #DCF508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCF508; }

 p { color: rgb(220,245,8); }

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

background-color css

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

 a { background-color: rgb(220,245,8); }

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

border-color css

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

 span { border-color: rgb(220,245,8); }

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