#58CD50

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

Shades of Apple #58CD50

Tints of Apple #58CD50

Color information

#58CD50 (or 0x58CD50) is unknown color: approx Apple. HEX triplet: 58, CD and 50. RGB value is (88,205,80). Sum of RGB (Red+Green+Blue) = 88+205+80=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 205 (80.47% from 255 or 54.96% from 373); Blue value is 80 (31.64% from 255 or 21.45% from 373); Max value from RGB is 205 - color contains mainly: green. Hex color #58CD50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CD50 is #A732AF. Grayscale: #9C9C9C. Windows color (decimal): -10957488 or 5295448. OLE color: 5295448.

HSL color Cylindrical-coordinate representation of color #58CD50: hue angle of 116.16º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #58CD50 is Cyan = 0.57, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.20.

Color convert

RGB8820580-
CMYK0.5700.610.20
HSL116.16º55.56%55.88%-
HSV(B)116.16º60.98%80.39%-
XYZ27.346.3215.09-
YUV155.7785.2479.66-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 205 (80.47% from 255) = 54.96%
BLUE value IS 80 (31.64% from 255) = 21.45%
R=23.59%
G=54.96%
B=21.45%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88205800.5700.610.20116.1655.5655.88
Hex58CD503903D14743838
Octal13031512071075241647070
Binary10110001100110110100001110010111101101001110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58CD50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58CD50; }

 p { color: rgb(88,205,80); }

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

<style>
 a { background-color: #58CD50; }

 a { background-color: rgb(88,205,80); }

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

<style>
 span { border-color: #58CD50; }

 span { border-color: rgb(88,205,80); }

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