Html Css Color HEX #58C132 Apple

📋 copy color: '#58C132'

red 88 ◦ green 193 ◦ blue 50

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

Shades of Apple #58C132

Tints of Apple #58C132

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.11%

R = 26.59%
G = 58.31%
B = 15.11%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#58C132 (or 0x58C132) is known color: Apple. HEX triplet: 58, C1 and 32. RGB value is (88,193,50). Sum of RGB (Red+Green+Blue) = 88+193+50=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 193 (75.78% from 255 or 58.31% from 331); Blue value is 50 (19.92% from 255 or 15.11% from 331); Max value from RGB is 193 - color contains mainly: green. Hex color #58C132 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58C132 is #A73ECD. Grayscale: #919191. Windows color (decimal): -10960590 or 3326296. OLE color: 3326296.

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

Color convert

RGB 88 193 50 -
CMYK 0.54 0 0.74 0.24
HSL 104.06º 0.59% 0.48% -
HSV(B) 104.06º 0.74% 0.76% -
XYZ 23.67 40.44 9.58 -
YUV 145.3 74.21 87.13 -
System Red Green Blue C M Y K H S L
Decimal 88 193 50 0.54 0 0.74 0.24 104.06 0.59 0.48
Hex 58 C1 32 36 0 4A 18 68 3B 30
Octal 130 301 62 66 0 112 30 150 73 60
Binary 1011000 11000001 110010 110110 0 1001010 11000 1101000 111011 110000

Color Harmonies of #58C132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58C132

Black with #58C132

Text Example


Text Example

White with #58C132

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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