#5FC84A

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

Shades of Apple #5FC84A

Tints of Apple #5FC84A

Color information

#5FC84A (or 0x5FC84A) is unknown color: approx Apple. HEX triplet: 5F, C8 and 4A. RGB value is (95,200,74). Sum of RGB (Red+Green+Blue) = 95+200+74=369 (48% of max value = 765). Red value is 95 (37.5% from 255 or 25.75% from 369); Green value is 200 (78.52% from 255 or 54.20% from 369); Blue value is 74 (29.30% from 255 or 20.05% from 369); Max value from RGB is 200 - color contains mainly: green. Hex color #5FC84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FC84A is #A037B5. Grayscale: #9A9A9A. Windows color (decimal): -10500022 or 4900959. OLE color: 4900959.

HSL color Cylindrical-coordinate representation of color #5FC84A: hue angle of 110º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5FC84A is Cyan = 0.52, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB9520074-
CMYK0.5200.630.22
HSL110º53.39%53.73%-
HSV(B)110º63%78.43%-
XYZ26.6144.2413.61-
YUV154.2482.7185.75-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.75%
GREEN value IS 200 (78.52% from 255) = 54.20%
BLUE value IS 74 (29.30% from 255) = 20.05%
R=25.75%
G=54.20%
B=20.05%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal95200740.5200.630.2211053.3953.73
Hex5FC84A3403F166e3536
Octal13731011264077261566566
Binary10111111100100010010101101000111111101101101110110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FC84A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,200,74); }

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

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

 a { background-color: rgb(95,200,74); }

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

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

 span { border-color: rgb(95,200,74); }

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