Html Css Color HEX #58D248 Apple

📋 copy color: '#58D248'

red 88 ◦ green 210 ◦ blue 72

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

Shades of Apple #58D248

Tints of Apple #58D248

RGB

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

 GREEN value IS 210 (82.42% from 255) = 56.76%

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

R = 23.78%
G = 56.76%
B = 19.46%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.66

 K value IS 0.18

RGB Variations

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

Color information

#58D248 (or 0x58D248) is known color: Apple. HEX triplet: 58, D2 and 48. RGB value is (88,210,72). Sum of RGB (Red+Green+Blue) = 88+210+72=370 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.78% from 370); Green value is 210 (82.42% from 255 or 56.76% from 370); Blue value is 72 (28.52% from 255 or 19.46% from 370); Max value from RGB is 210 - color contains mainly: green. Hex color #58D248 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D248 is #A72DB7. Grayscale: #9E9E9E. Windows color (decimal): -10956216 or 4772440. OLE color: 4772440.

HSL color Cylindrical-coordinate representation of color #58D248: hue angle of 113.04º degrees, saturation: 0.61, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #58D248 is Cyan = 0.58, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.18.

Color convert

RGB 88 210 72 -
CMYK 0.58 0 0.66 0.18
HSL 113.04º 0.61% 0.55% -
HSV(B) 113.04º 0.66% 0.82% -
XYZ 28.24 48.64 14.03 -
YUV 157.79 79.58 78.22 -
System Red Green Blue C M Y K H S L
Decimal 88 210 72 0.58 0 0.66 0.18 113.04 0.61 0.55
Hex 58 D2 48 3A 0 42 12 71 3D 37
Octal 130 322 110 72 0 102 22 161 75 67
Binary 1011000 11010010 1001000 111010 0 1000010 10010 1110001 111101 110111

Color Harmonies of #58D248

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D248

Black with #58D248

Text Example


Text Example

White with #58D248

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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