#5DFD85

Color #5DFD85 Screamin' Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Screamin' Green #5DFD85

Tints of Screamin' Green #5DFD85

Color information

#5DFD85 (or 0x5DFD85) is unknown color: approx Screamin' Green. HEX triplet: 5D, FD and 85. RGB value is (93,253,133). Sum of RGB (Red+Green+Blue) = 93+253+133=479 (63% of max value = 765). Red value is 93 (36.72% from 255 or 19.42% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 133 (52.34% from 255 or 27.77% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #5DFD85 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #5DFD85 is #A2027A. Grayscale: #BFBFBF. Windows color (decimal): -10617467 or 8781149. OLE color: 8781149.

HSL color Cylindrical-coordinate representation of color #5DFD85: hue angle of 135º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5DFD85 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB93253133-
CMYK0.6300.470.01
HSL135º97.56%67.84%-
HSV(B)135º63.24%99.22%-
XYZ43.8774.2734.21-
YUV191.4894.9957.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 19.42%
GREEN value IS 253 (99.22% from 255) = 52.82%
BLUE value IS 133 (52.34% from 255) = 27.77%
R=19.42%
G=52.82%
B=27.77%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal932531330.6300.470.0113597.5667.84
Hex5DFD853F02F1876244
Octal135375205770571207142104
Binary10111011111110110000101111111010111111000011111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5DFD85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5DFD85; }

 p { color: rgb(93,253,133); }

 H1.HeaderClassName
 {
   color: #5DFD85;
 }
 .AnyTagClassName
 {
   color: #5DFD85;
 }
</style>
background-color css

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

 a { background-color: rgb(93,253,133); }

 div.DivClassName
 {
   background-color: #5DFD85;
 }
 .BgClassName
 {
   background-color: #5DFD85;
 }
</style>
border-color css

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

 span { border-color: rgb(93,253,133); }

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