Html Css Color HEX #58BC3B Apple

📋 copy color: '#58BC3B'

red 88 ◦ green 188 ◦ blue 59

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

Shades of Apple #58BC3B

Tints of Apple #58BC3B

RGB

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

 GREEN value IS 188 (73.83% from 255) = 56.12%

 BLUE value IS 59 (23.44% from 255) = 17.61%

R = 26.27%
G = 56.12%
B = 17.61%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.69

 K value IS 0.26

RGB Variations

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

Color information

#58BC3B (or 0x58BC3B) is known color: Apple. HEX triplet: 58, BC and 3B. RGB value is (88,188,59). Sum of RGB (Red+Green+Blue) = 88+188+59=335 (44% of max value = 765). Red value is 88 (34.77% from 255 or 26.27% from 335); Green value is 188 (73.83% from 255 or 56.12% from 335); Blue value is 59 (23.44% from 255 or 17.61% from 335); Max value from RGB is 188 - color contains mainly: green. Hex color #58BC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BC3B is #A743C4. Grayscale: #8F8F8F. Windows color (decimal): -10961861 or 3914840. OLE color: 3914840.

HSL color Cylindrical-coordinate representation of color #58BC3B: hue angle of 106.51º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #58BC3B is Cyan = 0.53, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB 88 188 59 -
CMYK 0.53 0 0.69 0.26
HSL 106.51º 0.52% 0.48% -
HSV(B) 106.51º 0.69% 0.74% -
XYZ 22.8 38.36 10.34 -
YUV 143.39 80.37 88.49 -
System Red Green Blue C M Y K H S L
Decimal 88 188 59 0.53 0 0.69 0.26 106.51 0.52 0.48
Hex 58 BC 3B 35 0 45 1A 6B 34 30
Octal 130 274 73 65 0 105 32 153 64 60
Binary 1011000 10111100 111011 110101 0 1000101 11010 1101011 110100 110000

Color Harmonies of #58BC3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BC3B

Black with #58BC3B

Text Example


Text Example

White with #58BC3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,188,59); }

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

background-color css

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

 a { background-color: rgb(88,188,59); }

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

border-color css

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

 span { border-color: rgb(88,188,59); }

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