Html Css Color HEX #58AF2F Apple

📋 copy color: '#58AF2F'

red 88 ◦ green 175 ◦ blue 47

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

Shades of Apple #58AF2F

Tints of Apple #58AF2F

RGB

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

 GREEN value IS 175 (68.75% from 255) = 56.45%

 BLUE value IS 47 (18.75% from 255) = 15.16%

R = 28.39%
G = 56.45%
B = 15.16%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#58AF2F (or 0x58AF2F) is known color: Apple. HEX triplet: 58, AF and 2F. RGB value is (88,175,47). Sum of RGB (Red+Green+Blue) = 88+175+47=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 175 (68.75% from 255 or 56.45% from 310); Blue value is 47 (18.75% from 255 or 15.16% from 310); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF2F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #58AF2F is #A750D0. Grayscale: #868686. Windows color (decimal): -10965201 or 3125080. OLE color: 3125080.

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

Color convert

RGB 88 175 47 -
CMYK 0.50 0 0.73 0.31
HSL 100.78º 0.58% 0.44% -
HSV(B) 100.78º 0.73% 0.69% -
XYZ 19.87 32.94 8 -
YUV 134.4 78.68 94.91 -
System Red Green Blue C M Y K H S L
Decimal 88 175 47 0.50 0 0.73 0.31 100.78 0.58 0.44
Hex 58 AF 2F 32 0 49 1F 65 3A 2C
Octal 130 257 57 62 0 111 37 145 72 54
Binary 1011000 10101111 101111 110010 0 1001001 11111 1100101 111010 101100

Color Harmonies of #58AF2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF2F

Black with #58AF2F

Text Example


Text Example

White with #58AF2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,175,47); }

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

background-color css

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

 a { background-color: rgb(88,175,47); }

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

border-color css

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

 span { border-color: rgb(88,175,47); }

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