Html Css Color HEX #58CA48 Apple

📋 copy color: '#58CA48'

red 88 ◦ green 202 ◦ blue 72

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

Shades of Apple #58CA48

Tints of Apple #58CA48

RGB

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

 GREEN value IS 202 (79.3% from 255) = 55.8%

 BLUE value IS 72 (28.52% from 255) = 19.89%

R = 24.31%
G = 55.8%
B = 19.89%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#58CA48 (or 0x58CA48) is known color: Apple. HEX triplet: 58, CA and 48. RGB value is (88,202,72). Sum of RGB (Red+Green+Blue) = 88+202+72=362 (47% of max value = 765). Red value is 88 (34.77% from 255 or 24.31% from 362); Green value is 202 (79.30% from 255 or 55.80% from 362); Blue value is 72 (28.52% from 255 or 19.89% from 362); Max value from RGB is 202 - color contains mainly: green. Hex color #58CA48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58CA48 is #A735B7. Grayscale: #999999. Windows color (decimal): -10958264 or 4770392. OLE color: 4770392.

HSL color Cylindrical-coordinate representation of color #58CA48: hue angle of 112.62º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #58CA48 is Cyan = 0.56, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 88 202 72 -
CMYK 0.56 0 0.64 0.21
HSL 112.62º 0.55% 0.54% -
HSV(B) 112.62º 0.64% 0.79% -
XYZ 26.31 44.78 13.39 -
YUV 153.09 82.23 81.57 -
System Red Green Blue C M Y K H S L
Decimal 88 202 72 0.56 0 0.64 0.21 112.62 0.55 0.54
Hex 58 CA 48 38 0 40 15 71 37 36
Octal 130 312 110 70 0 100 25 161 67 66
Binary 1011000 11001010 1001000 111000 0 1000000 10101 1110001 110111 110110

Color Harmonies of #58CA48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CA48

Black with #58CA48

Text Example


Text Example

White with #58CA48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,202,72); }

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

background-color css

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

 a { background-color: rgb(88,202,72); }

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

border-color css

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

 span { border-color: rgb(88,202,72); }

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