Html Css Color HEX #52C24A Apple

📋 copy color: '#52C24A'

red 82 ◦ green 194 ◦ blue 74

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

Shades of Apple #52C24A

Tints of Apple #52C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 55.43%

 BLUE value IS 74 (29.3% from 255) = 21.14%

R = 23.43%
G = 55.43%
B = 21.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#52C24A (or 0x52C24A) is known color: Apple. HEX triplet: 52, C2 and 4A. RGB value is (82,194,74). Sum of RGB (Red+Green+Blue) = 82+194+74=350 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.43% from 350); Green value is 194 (76.17% from 255 or 55.43% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 194 - color contains mainly: green. Hex color #52C24A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C24A is #AD3DB5. Grayscale: #939393. Windows color (decimal): -11353526 or 4899410. OLE color: 4899410.

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

Color convert

RGB 82 194 74 -
CMYK 0.58 0 0.62 0.24
HSL 116º 0.5% 0.53% -
HSV(B) 116º 0.62% 0.76% -
XYZ 24.01 40.87 13.1 -
YUV 146.83 86.89 81.76 -
System Red Green Blue C M Y K H S L
Decimal 82 194 74 0.58 0 0.62 0.24 116 0.5 0.53
Hex 52 C2 4A 3A 0 3E 18 74 32 35
Octal 122 302 112 72 0 76 30 164 62 65
Binary 1010010 11000010 1001010 111010 0 111110 11000 1110100 110010 110101

Color Harmonies of #52C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C24A

Black with #52C24A

Text Example


Text Example

White with #52C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,194,74); }

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

background-color css

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

 a { background-color: rgb(82,194,74); }

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

border-color css

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

 span { border-color: rgb(82,194,74); }

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