Html Css Color HEX #52C13C Apple

📋 copy color: '#52C13C'

red 82 ◦ green 193 ◦ blue 60

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

Shades of Apple #52C13C

Tints of Apple #52C13C

RGB

 RED value IS 82 (32.42% from 255) = 24.48%

 GREEN value IS 193 (75.78% from 255) = 57.61%

 BLUE value IS 60 (23.83% from 255) = 17.91%

R = 24.48%
G = 57.61%
B = 17.91%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.69

 K value IS 0.24

RGB Variations

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

Color information

#52C13C (or 0x52C13C) is known color: Apple. HEX triplet: 52, C1 and 3C. RGB value is (82,193,60). Sum of RGB (Red+Green+Blue) = 82+193+60=335 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.48% from 335); Green value is 193 (75.78% from 255 or 57.61% from 335); Blue value is 60 (23.83% from 255 or 17.91% from 335); Max value from RGB is 193 - color contains mainly: green. Hex color #52C13C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C13C is #AD3EC3. Grayscale: #919191. Windows color (decimal): -11353796 or 3981650. OLE color: 3981650.

HSL color Cylindrical-coordinate representation of color #52C13C: hue angle of 110.08º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52C13C is Cyan = 0.58, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.24.

Color convert

RGB 82 193 60 -
CMYK 0.58 0 0.69 0.24
HSL 110.08º 0.53% 0.5% -
HSV(B) 110.08º 0.69% 0.76% -
XYZ 23.37 40.26 10.81 -
YUV 144.65 80.23 83.31 -
System Red Green Blue C M Y K H S L
Decimal 82 193 60 0.58 0 0.69 0.24 110.08 0.53 0.5
Hex 52 C1 3C 3A 0 45 18 6E 35 32
Octal 122 301 74 72 0 105 30 156 65 62
Binary 1010010 11000001 111100 111010 0 1000101 11000 1101110 110101 110010

Color Harmonies of #52C13C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C13C

Black with #52C13C

Text Example


Text Example

White with #52C13C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52C13C; }

 p { color: rgb(82,193,60); }

 H1.HeaderClassName
 {
   color: #52C13C;
 }
 .AnyTagClassName
 {
   color: #52C13C;
 }
</style>

background-color css

<style>
 a { background-color: #52C13C; }

 a { background-color: rgb(82,193,60); }

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

border-color css

<style>
 span { border-color: #52C13C; }

 span { border-color: rgb(82,193,60); }

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