Html Css Color HEX #58D234 Apple

📋 copy color: '#58D234'

red 88 ◦ green 210 ◦ blue 52

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

Shades of Apple #58D234

Tints of Apple #58D234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.86%

R = 25.14%
G = 60%
B = 14.86%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#58D234 (or 0x58D234) is known color: Apple. HEX triplet: 58, D2 and 34. RGB value is (88,210,52). Sum of RGB (Red+Green+Blue) = 88+210+52=350 (46% of max value = 765). Red value is 88 (34.77% from 255 or 25.14% from 350); Green value is 210 (82.42% from 255 or 60% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 210 - color contains mainly: green. Hex color #58D234 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #58D234 is #A72DCB. Grayscale: #9C9C9C. Windows color (decimal): -10956236 or 3461720. OLE color: 3461720.

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

Color convert

RGB 88 210 52 -
CMYK 0.58 0 0.75 0.18
HSL 106.33º 0.64% 0.51% -
HSV(B) 106.33º 0.75% 0.82% -
XYZ 27.69 48.42 11.13 -
YUV 155.51 69.58 79.85 -
System Red Green Blue C M Y K H S L
Decimal 88 210 52 0.58 0 0.75 0.18 106.33 0.64 0.51
Hex 58 D2 34 3A 0 4B 12 6A 40 33
Octal 130 322 64 72 0 113 22 152 100 63
Binary 1011000 11010010 110100 111010 0 1001011 10010 1101010 1000000 110011

Color Harmonies of #58D234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58D234

Black with #58D234

Text Example


Text Example

White with #58D234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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