#33FF85

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

Shades of Spring Green #33FF85

Tints of Spring Green #33FF85

Color information

#33FF85 (or 0x33FF85) is unknown color: approx Spring Green. HEX triplet: 33, FF and 85. RGB value is (51,255,133). Sum of RGB (Red+Green+Blue) = 51+255+133=439 (58% of max value = 765). Red value is 51 (20.31% from 255 or 11.62% from 439); Green value is 255 (100% from 255 or 58.09% from 439); Blue value is 133 (52.34% from 255 or 30.30% from 439); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #33FF85 is #CC007A. Grayscale: #B4B4B4. Windows color (decimal): -13369467 or 8781619. OLE color: 8781619.

HSL color Cylindrical-coordinate representation of color #33FF85: hue angle of 144.12º degrees, saturation: 1, lightness: 0.6%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #33FF85 is Cyan = 0.8, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.

Color convert

RGB51255133-
CMYK0.800.480
HSL144.12º100%60%-
HSV(B)144.12º80%100%-
XYZ41.3673.9234.28-
YUV180.1101.4135.92-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 11.62%
GREEN value IS 255 (100% from 255) = 58.09%
BLUE value IS 133 (52.34% from 255) = 30.30%
R=11.62%
G=58.09%
B=30.30%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal512551330.800.480144.1210060
Hex33FF8550030090643c
Octal63377205120060022014474
Binary1100111111111110000101101000001100000100100001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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