#5FB23F

Color #5FB23F Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #5FB23F

Tints of Apple #5FB23F

Color information

#5FB23F (or 0x5FB23F) is unknown color: approx Apple. HEX triplet: 5F, B2 and 3F. RGB value is (95,178,63). Sum of RGB (Red+Green+Blue) = 95+178+63=336 (44% of max value = 765). Red value is 95 (37.5% from 255 or 28.27% from 336); Green value is 178 (69.92% from 255 or 52.98% from 336); Blue value is 63 (25% from 255 or 18.75% from 336); Max value from RGB is 178 - color contains mainly: green. Hex color #5FB23F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #5FB23F is #A04DC0. Grayscale: #8C8C8C. Windows color (decimal): -10505665 or 4174431. OLE color: 4174431.

HSL color Cylindrical-coordinate representation of color #5FB23F: hue angle of 103.3º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5FB23F is Cyan = 0.47, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB9517863-
CMYK0.4700.650.30
HSL103.3º47.72%47.25%-
HSV(B)103.3º64.61%69.8%-
XYZ21.5434.6310.25-
YUV140.0784.595.85-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 28.27%
GREEN value IS 178 (69.92% from 255) = 52.98%
BLUE value IS 63 (25% from 255) = 18.75%
R=28.27%
G=52.98%
B=18.75%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal95178630.4700.650.30103.347.7247.25
Hex5FB23F2F0411E67302f
Octal13726277570101361476057
Binary10111111011001011111110111101000001111101100111110000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FB23F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,178,63); }

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

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

 a { background-color: rgb(95,178,63); }

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

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

 span { border-color: rgb(95,178,63); }

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