Html Css Color HEX #58BE40 Apple

📋 copy color: '#58BE40'

red 88 ◦ green 190 ◦ blue 64

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

Shades of Apple #58BE40

Tints of Apple #58BE40

RGB

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

 GREEN value IS 190 (74.61% from 255) = 55.56%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 25.73%
G = 55.56%
B = 18.71%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.66

 K value IS 0.25

RGB Variations

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

Color information

#58BE40 (or 0x58BE40) is known color: Apple. HEX triplet: 58, BE and 40. RGB value is (88,190,64). Sum of RGB (Red+Green+Blue) = 88+190+64=342 (45% of max value = 765). Red value is 88 (34.77% from 255 or 25.73% from 342); Green value is 190 (74.61% from 255 or 55.56% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 190 - color contains mainly: green. Hex color #58BE40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58BE40 is #A741BF. Grayscale: #919191. Windows color (decimal): -10961344 or 4243032. OLE color: 4243032.

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

Color convert

RGB 88 190 64 -
CMYK 0.54 0 0.66 0.25
HSL 108.57º 0.5% 0.5% -
HSV(B) 108.57º 0.66% 0.75% -
XYZ 23.36 39.27 11.2 -
YUV 145.14 82.21 87.25 -
System Red Green Blue C M Y K H S L
Decimal 88 190 64 0.54 0 0.66 0.25 108.57 0.5 0.5
Hex 58 BE 40 36 0 42 19 6D 32 32
Octal 130 276 100 66 0 102 31 155 62 62
Binary 1011000 10111110 1000000 110110 0 1000010 11001 1101101 110010 110010

Color Harmonies of #58BE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BE40

Black with #58BE40

Text Example


Text Example

White with #58BE40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,190,64); }

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

background-color css

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

 a { background-color: rgb(88,190,64); }

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

border-color css

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

 span { border-color: rgb(88,190,64); }

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