Html Css Color HEX #58BF3F Apple

📋 copy color: '#58BF3F'

red 88 ◦ green 191 ◦ blue 63

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

Shades of Apple #58BF3F

Tints of Apple #58BF3F

RGB

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

 GREEN value IS 191 (75% from 255) = 55.85%

 BLUE value IS 63 (25% from 255) = 18.42%

R = 25.73%
G = 55.85%
B = 18.42%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#58BF3F (or 0x58BF3F) is known color: Apple. HEX triplet: 58, BF and 3F. RGB value is (88,191,63). Sum of RGB (Red+Green+Blue) = 88+191+63=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 191 (75% from 255 or 55.85% from 342); Blue value is 63 (25% from 255 or 18.42% from 342); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BF3F is #A740C0. Grayscale: #929292. Windows color (decimal): -10961089 or 4177752. OLE color: 4177752.

HSL color Cylindrical-coordinate representation of color #58BF3F: hue angle of 108.28º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #58BF3F is Cyan = 0.54, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 191 63 -
CMYK 0.54 0 0.67 0.25
HSL 108.28º 0.5% 0.5% -
HSV(B) 108.28º 0.67% 0.75% -
XYZ 23.55 39.7 11.12 -
YUV 145.61 81.38 86.91 -
System Red Green Blue C M Y K H S L
Decimal 88 191 63 0.54 0 0.67 0.25 108.28 0.5 0.5
Hex 58 BF 3F 36 0 43 19 6C 32 32
Octal 130 277 77 66 0 103 31 154 62 62
Binary 1011000 10111111 111111 110110 0 1000011 11001 1101100 110010 110010

Color Harmonies of #58BF3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BF3F

Black with #58BF3F

Text Example


Text Example

White with #58BF3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,191,63); }

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

background-color css

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

 a { background-color: rgb(88,191,63); }

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

border-color css

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

 span { border-color: rgb(88,191,63); }

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