Html Css Color HEX #58CF52 Apple

📋 copy color: '#58CF52'

red 88 ◦ green 207 ◦ blue 82

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

Shades of Apple #58CF52

Tints of Apple #58CF52

RGB

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

 GREEN value IS 207 (81.25% from 255) = 54.91%

 BLUE value IS 82 (32.42% from 255) = 21.75%

R = 23.34%
G = 54.91%
B = 21.75%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.19

RGB Variations

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

Color information

#58CF52 (or 0x58CF52) is known color: Apple. HEX triplet: 58, CF and 52. RGB value is (88,207,82). Sum of RGB (Red+Green+Blue) = 88+207+82=377 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.34% from 377); Green value is 207 (81.25% from 255 or 54.91% from 377); Blue value is 82 (32.42% from 255 or 21.75% from 377); Max value from RGB is 207 - color contains mainly: green. Hex color #58CF52 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58CF52 is #A730AD. Grayscale: #9D9D9D. Windows color (decimal): -10956974 or 5427032. OLE color: 5427032.

HSL color Cylindrical-coordinate representation of color #58CF52: hue angle of 117.12º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #58CF52 is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.19.

Color convert

RGB 88 207 82 -
CMYK 0.57 0 0.60 0.19
HSL 117.12º 0.57% 0.57% -
HSV(B) 117.12º 0.6% 0.81% -
XYZ 27.86 47.31 15.65 -
YUV 157.17 85.58 78.66 -
System Red Green Blue C M Y K H S L
Decimal 88 207 82 0.57 0 0.60 0.19 117.12 0.57 0.57
Hex 58 CF 52 39 0 3C 13 75 39 39
Octal 130 317 122 71 0 74 23 165 71 71
Binary 1011000 11001111 1010010 111001 0 111100 10011 1110101 111001 111001

Color Harmonies of #58CF52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58CF52

Black with #58CF52

Text Example


Text Example

White with #58CF52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,207,82); }

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

background-color css

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

 a { background-color: rgb(88,207,82); }

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

border-color css

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

 span { border-color: rgb(88,207,82); }

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