Html Css Color HEX #58B13D Apple

📋 copy color: '#58B13D'

red 88 ◦ green 177 ◦ blue 61

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

Shades of Apple #58B13D

Tints of Apple #58B13D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 54.29%

 BLUE value IS 61 (24.22% from 255) = 18.71%

R = 26.99%
G = 54.29%
B = 18.71%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.66

 K value IS 0.31

RGB Variations

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

Color information

#58B13D (or 0x58B13D) is known color: Apple. HEX triplet: 58, B1 and 3D. RGB value is (88,177,61). Sum of RGB (Red+Green+Blue) = 88+177+61=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 177 (69.53% from 255 or 54.29% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 177 - color contains mainly: green. Hex color #58B13D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58B13D is #A74EC2. Grayscale: #898989. Windows color (decimal): -10964675 or 4043096. OLE color: 4043096.

HSL color Cylindrical-coordinate representation of color #58B13D: hue angle of 106.03º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58B13D is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 177 61 -
CMYK 0.50 0 0.66 0.31
HSL 106.03º 0.49% 0.47% -
HSV(B) 106.03º 0.66% 0.69% -
XYZ 20.59 33.86 9.86 -
YUV 137.17 85.01 92.93 -
System Red Green Blue C M Y K H S L
Decimal 88 177 61 0.50 0 0.66 0.31 106.03 0.49 0.47
Hex 58 B1 3D 32 0 42 1F 6A 31 2F
Octal 130 261 75 62 0 102 37 152 61 57
Binary 1011000 10110001 111101 110010 0 1000010 11111 1101010 110001 101111

Color Harmonies of #58B13D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B13D

Black with #58B13D

Text Example


Text Example

White with #58B13D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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