Html Css Color HEX #58BA34 Apple

📋 copy color: '#58BA34'

red 88 ◦ green 186 ◦ blue 52

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

Shades of Apple #58BA34

Tints of Apple #58BA34

RGB

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

 GREEN value IS 186 (73.05% from 255) = 57.06%

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

R = 26.99%
G = 57.06%
B = 15.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#58BA34 (or 0x58BA34) is known color: Apple. HEX triplet: 58, BA and 34. RGB value is (88,186,52). Sum of RGB (Red+Green+Blue) = 88+186+52=326 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.99% from 326); Green value is 186 (73.05% from 255 or 57.06% from 326); Blue value is 52 (20.70% from 255 or 15.95% from 326); Max value from RGB is 186 - color contains mainly: green. Hex color #58BA34 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BA34 is #A745CB. Grayscale: #8D8D8D. Windows color (decimal): -10962380 or 3455576. OLE color: 3455576.

HSL color Cylindrical-coordinate representation of color #58BA34: hue angle of 103.88º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #58BA34 is Cyan = 0.53, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 88 186 52 -
CMYK 0.53 0 0.72 0.27
HSL 103.88º 0.56% 0.47% -
HSV(B) 103.88º 0.72% 0.73% -
XYZ 22.2 37.44 9.31 -
YUV 141.42 77.53 89.9 -
System Red Green Blue C M Y K H S L
Decimal 88 186 52 0.53 0 0.72 0.27 103.88 0.56 0.47
Hex 58 BA 34 35 0 48 1B 68 38 2F
Octal 130 272 64 65 0 110 33 150 70 57
Binary 1011000 10111010 110100 110101 0 1001000 11011 1101000 111000 101111

Color Harmonies of #58BA34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BA34

Black with #58BA34

Text Example


Text Example

White with #58BA34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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