#33FC85

Color #33FC85 Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spring Green #33FC85

Tints of Spring Green #33FC85

Color information

#33FC85 (or 0x33FC85) is unknown color: approx Spring Green. HEX triplet: 33, FC and 85. RGB value is (51,252,133). Sum of RGB (Red+Green+Blue) = 51+252+133=436 (57% of max value = 765). Red value is 51 (20.31% from 255 or 11.70% from 436); Green value is 252 (98.83% from 255 or 57.80% from 436); Blue value is 133 (52.34% from 255 or 30.50% from 436); Max value from RGB is 252 - color contains mainly: green. Hex color #33FC85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FC85 is #CC037A. Grayscale: #B2B2B2. Windows color (decimal): -13370235 or 8780851. OLE color: 8780851.

HSL color Cylindrical-coordinate representation of color #33FC85: hue angle of 144.48º degrees, saturation: 0.97, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FC85 is Cyan = 0.80, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.01.

Color convert

RGB51252133-
CMYK0.8000.470.01
HSL144.48º97.1%59.41%-
HSV(B)144.48º79.76%98.82%-
XYZ40.4172.0233.96-
YUV178.33102.4137.18-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.70%
GREEN value IS 252 (98.83% from 255) = 57.80%
BLUE value IS 133 (52.34% from 255) = 30.50%
R=11.70%
G=57.80%
B=30.50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal512521330.8000.470.01144.4897.159.41
Hex33FC855002F190613b
Octal63374205120057122014173
Binary1100111111110010000101101000001011111100100001100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33FC85; }

 p { color: rgb(51,252,133); }

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

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

 a { background-color: rgb(51,252,133); }

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

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

 span { border-color: rgb(51,252,133); }

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