Html Css Color HEX #52CD42 Apple

📋 copy color: '#52CD42'

red 82 ◦ green 205 ◦ blue 66

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

Shades of Apple #52CD42

Tints of Apple #52CD42

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.07%

 BLUE value IS 66 (26.17% from 255) = 18.7%

R = 23.23%
G = 58.07%
B = 18.7%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#52CD42 (or 0x52CD42) is known color: Apple. HEX triplet: 52, CD and 42. RGB value is (82,205,66). Sum of RGB (Red+Green+Blue) = 82+205+66=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 205 (80.47% from 255 or 58.07% from 353); Blue value is 66 (26.17% from 255 or 18.70% from 353); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CD42 is #AD32BD. Grayscale: #989898. Windows color (decimal): -11350718 or 4377938. OLE color: 4377938.

HSL color Cylindrical-coordinate representation of color #52CD42: hue angle of 113.09º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CD42 is Cyan = 0.6, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 66 -
CMYK 0.6 0 0.68 0.20
HSL 113.09º 0.58% 0.53% -
HSV(B) 113.09º 0.68% 0.8% -
XYZ 26.29 45.85 12.62 -
YUV 152.38 79.25 77.8 -
System Red Green Blue C M Y K H S L
Decimal 82 205 66 0.6 0 0.68 0.20 113.09 0.58 0.53
Hex 52 CD 42 3C 0 44 14 71 3A 35
Octal 122 315 102 74 0 104 24 161 72 65
Binary 1010010 11001101 1000010 111100 0 1000100 10100 1110001 111010 110101

Color Harmonies of #52CD42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD42

Black with #52CD42

Text Example


Text Example

White with #52CD42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,205,66); }

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

background-color css

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

 a { background-color: rgb(82,205,66); }

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

border-color css

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

 span { border-color: rgb(82,205,66); }

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