Html Css Color HEX #58C134 Apple

📋 copy color: '#58C134'

red 88 ◦ green 193 ◦ blue 52

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

Shades of Apple #58C134

Tints of Apple #58C134

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.96%

 BLUE value IS 52 (20.7% from 255) = 15.62%

R = 26.43%
G = 57.96%
B = 15.62%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.73

 K value IS 0.24

RGB Variations

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

Color information

#58C134 (or 0x58C134) is known color: Apple. HEX triplet: 58, C1 and 34. RGB value is (88,193,52). Sum of RGB (Red+Green+Blue) = 88+193+52=333 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.43% from 333); Green value is 193 (75.78% from 255 or 57.96% from 333); Blue value is 52 (20.70% from 255 or 15.62% from 333); Max value from RGB is 193 - color contains mainly: green. Hex color #58C134 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C134 is #A73ECB. Grayscale: #919191. Windows color (decimal): -10960588 or 3457368. OLE color: 3457368.

HSL color Cylindrical-coordinate representation of color #58C134: hue angle of 104.68º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #58C134 is Cyan = 0.54, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB 88 193 52 -
CMYK 0.54 0 0.73 0.24
HSL 104.68º 0.58% 0.48% -
HSV(B) 104.68º 0.73% 0.76% -
XYZ 23.71 40.46 9.81 -
YUV 145.53 75.21 86.96 -
System Red Green Blue C M Y K H S L
Decimal 88 193 52 0.54 0 0.73 0.24 104.68 0.58 0.48
Hex 58 C1 34 36 0 49 18 69 3A 30
Octal 130 301 64 66 0 111 30 151 72 60
Binary 1011000 11000001 110100 110110 0 1001001 11000 1101001 111010 110000

Color Harmonies of #58C134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C134

Black with #58C134

Text Example


Text Example

White with #58C134

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,193,52); }

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

background-color css

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

 a { background-color: rgb(88,193,52); }

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

border-color css

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

 span { border-color: rgb(88,193,52); }

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