#58D53D

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

Shades of Apple #58D53D

Tints of Apple #58D53D

Color information

#58D53D (or 0x58D53D) is unknown color: approx Apple. HEX triplet: 58, D5 and 3D. RGB value is (88,213,61). Sum of RGB (Red+Green+Blue) = 88+213+61=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 213 (83.59% from 255 or 58.84% from 362); Blue value is 61 (24.22% from 255 or 16.85% from 362); Max value from RGB is 213 - color contains mainly: green. Hex color #58D53D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D53D is #A72AC2. Grayscale: #9E9E9E. Windows color (decimal): -10955459 or 4052312. OLE color: 4052312.

HSL color Cylindrical-coordinate representation of color #58D53D: hue angle of 109.34º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #58D53D is Cyan = 0.59, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.16.

Color convert

RGB8821361-
CMYK0.5900.710.16
HSL109.34º64.41%53.73%-
HSV(B)109.34º71.36%83.53%-
XYZ28.665012.56-
YUV158.373.0977.86-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.31%
GREEN value IS 213 (83.59% from 255) = 58.84%
BLUE value IS 61 (24.22% from 255) = 16.85%
R=24.31%
G=58.84%
B=16.85%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal88213610.5900.710.16109.3464.4153.73
Hex58D53D3B047106d4036
Octal130325757301072015510066
Binary101100011010101111101111011010001111000011011011000000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58D53D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,213,61); }

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

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

 a { background-color: rgb(88,213,61); }

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

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

 span { border-color: rgb(88,213,61); }

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