Html Css Color HEX #58C045 Apple

📋 copy color: '#58C045'

red 88 ◦ green 192 ◦ blue 69

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

Shades of Apple #58C045

Tints of Apple #58C045

RGB

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

 GREEN value IS 192 (75.39% from 255) = 55.01%

 BLUE value IS 69 (27.34% from 255) = 19.77%

R = 25.21%
G = 55.01%
B = 19.77%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#58C045 (or 0x58C045) is known color: Apple. HEX triplet: 58, C0 and 45. RGB value is (88,192,69). Sum of RGB (Red+Green+Blue) = 88+192+69=349 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.21% from 349); Green value is 192 (75.39% from 255 or 55.01% from 349); Blue value is 69 (27.34% from 255 or 19.77% from 349); Max value from RGB is 192 - color contains mainly: green. Hex color #58C045 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C045 is #A73FBA. Grayscale: #939393. Windows color (decimal): -10960827 or 4571224. OLE color: 4571224.

HSL color Cylindrical-coordinate representation of color #58C045: hue angle of 110.73º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58C045 is Cyan = 0.54, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 192 69 -
CMYK 0.54 0 0.64 0.25
HSL 110.73º 0.49% 0.51% -
HSV(B) 110.73º 0.64% 0.75% -
XYZ 23.95 40.2 12.13 -
YUV 146.88 84.04 86 -
System Red Green Blue C M Y K H S L
Decimal 88 192 69 0.54 0 0.64 0.25 110.73 0.49 0.51
Hex 58 C0 45 36 0 40 19 6F 31 33
Octal 130 300 105 66 0 100 31 157 61 63
Binary 1011000 11000000 1000101 110110 0 1000000 11001 1101111 110001 110011

Color Harmonies of #58C045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C045

Black with #58C045

Text Example


Text Example

White with #58C045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,192,69); }

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

background-color css

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

 a { background-color: rgb(88,192,69); }

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

border-color css

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

 span { border-color: rgb(88,192,69); }

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