#5FC431

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

Shades of Apple #5FC431

Tints of Apple #5FC431

Color information

#5FC431 (or 0x5FC431) is unknown color: approx Apple. HEX triplet: 5F, C4 and 31. RGB value is (95,196,49). Sum of RGB (Red+Green+Blue) = 95+196+49=340 (45% of max value = 765). Red value is 95 (37.5% from 255 or 27.94% from 340); Green value is 196 (76.95% from 255 or 57.65% from 340); Blue value is 49 (19.53% from 255 or 14.41% from 340); Max value from RGB is 196 - color contains mainly: green. Hex color #5FC431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC431 is #A03BCE. Grayscale: #959595. Windows color (decimal): -10501071 or 3261535. OLE color: 3261535.

HSL color Cylindrical-coordinate representation of color #5FC431: hue angle of 101.22º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #5FC431 is Cyan = 0.52, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB9519649-
CMYK0.5200.750.23
HSL101.22º60%48.04%-
HSV(B)101.22º75%76.86%-
XYZ25.0142.139.72-
YUV149.0471.5489.45-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 27.94%
GREEN value IS 196 (76.95% from 255) = 57.65%
BLUE value IS 49 (19.53% from 255) = 14.41%
R=27.94%
G=57.65%
B=14.41%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal95196490.5200.750.23101.226048.04
Hex5FC4313404B17653c30
Octal13730461640113271457460
Binary10111111100010011000111010001001011101111100101111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC431

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,196,49); }

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

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

 a { background-color: rgb(95,196,49); }

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

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

 span { border-color: rgb(95,196,49); }

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