#5FD83C

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

Shades of Apple #5FD83C

Tints of Apple #5FD83C

Color information

#5FD83C (or 0x5FD83C) is unknown color: approx Apple. HEX triplet: 5F, D8 and 3C. RGB value is (95,216,60). Sum of RGB (Red+Green+Blue) = 95+216+60=371 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.61% from 371); Green value is 216 (84.77% from 255 or 58.22% from 371); Blue value is 60 (23.83% from 255 or 16.17% from 371); Max value from RGB is 216 - color contains mainly: green. Hex color #5FD83C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #5FD83C is #A027C3. Grayscale: #A2A2A2. Windows color (decimal): -10495940 or 3987551. OLE color: 3987551.

HSL color Cylindrical-coordinate representation of color #5FD83C: hue angle of 106.54º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #5FD83C is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.15.

Color convert

RGB9521660-
CMYK0.5600.720.15
HSL106.54º66.67%54.12%-
HSV(B)106.54º72.22%84.71%-
XYZ30.0951.8712.7-
YUV162.0470.4180.18-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.61%
GREEN value IS 216 (84.77% from 255) = 58.22%
BLUE value IS 60 (23.83% from 255) = 16.17%
R=25.61%
G=58.22%
B=16.17%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal95216600.5600.720.15106.5466.6754.12
Hex5FD83C38048F6b4336
Octal137330747001101715310366
Binary10111111101100011110011100001001000111111010111000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5FD83C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,216,60); }

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

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

 a { background-color: rgb(95,216,60); }

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

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

 span { border-color: rgb(95,216,60); }

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