#23FC85

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

Shades of Spring Green #23FC85

Tints of Spring Green #23FC85

Color information

#23FC85 (or 0x23FC85) is unknown color: approx Spring Green. HEX triplet: 23, FC and 85. RGB value is (35,252,133). Sum of RGB (Red+Green+Blue) = 35+252+133=420 (55% of max value = 765). Red value is 35 (14.06% from 255 or 8.33% from 420); Green value is 252 (98.83% from 255 or 60% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 252 - color contains mainly: green. Hex color #23FC85 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #23FC85 is #DC037A. Grayscale: #ADADAD. Windows color (decimal): -14418811 or 8780835. OLE color: 8780835.

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

Color convert

RGB35252133-
CMYK0.8600.470.01
HSL147.1º97.31%56.27%-
HSV(B)147.1º86.11%98.82%-
XYZ39.7471.6733.93-
YUV173.55105.1129.18-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 8.33%
GREEN value IS 252 (98.83% from 255) = 60%
BLUE value IS 133 (52.34% from 255) = 31.67%
R=8.33%
G=60%
B=31.67%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal352521330.8600.470.01147.197.3156.27
Hex23FC855602F1936138
Octal43374205126057122314170
Binary1000111111110010000101101011001011111100100111100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #23FC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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