Html Css Color HEX #58C640 Apple

📋 copy color: '#58C640'

red 88 ◦ green 198 ◦ blue 64

#58C640
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #58C640

Tints of Apple #58C640

RGB

 RED value IS 88 (34.77% from 255) = 25.14%

 GREEN value IS 198 (77.73% from 255) = 56.57%

 BLUE value IS 64 (25.39% from 255) = 18.29%

R = 25.14%
G = 56.57%
B = 18.29%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#58C640 (or 0x58C640) is known color: Apple. HEX triplet: 58, C6 and 40. RGB value is (88,198,64). Sum of RGB (Red+Green+Blue) = 88+198+64=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 198 (77.73% from 255 or 56.57% from 350); Blue value is 64 (25.39% from 255 or 18.29% from 350); Max value from RGB is 198 - color contains mainly: green. Hex color #58C640 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C640 is #A739BF. Grayscale: #969696. Windows color (decimal): -10959296 or 4245080. OLE color: 4245080.

HSL color Cylindrical-coordinate representation of color #58C640: hue angle of 109.25º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #58C640 is Cyan = 0.56, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 88 198 64 -
CMYK 0.56 0 0.68 0.22
HSL 109.25º 0.54% 0.51% -
HSV(B) 109.25º 0.68% 0.78% -
XYZ 25.14 42.83 11.79 -
YUV 149.83 79.56 83.9 -
System Red Green Blue C M Y K H S L
Decimal 88 198 64 0.56 0 0.68 0.22 109.25 0.54 0.51
Hex 58 C6 40 38 0 44 16 6D 36 33
Octal 130 306 100 70 0 104 26 155 66 63
Binary 1011000 11000110 1000000 111000 0 1000100 10110 1101101 110110 110011

Color Harmonies of #58C640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C640

Black with #58C640

Text Example


Text Example

White with #58C640

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,198,64); }

 H1.HeaderClassName
 {
   color: #58C640;
 }
 .AnyTagClassName
 {
   color: #58C640;
 }
</style>

background-color css

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

 a { background-color: rgb(88,198,64); }

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

border-color css

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

 span { border-color: rgb(88,198,64); }

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