Html Css Color HEX #52CC42 Apple

📋 copy color: '#52CC42'

red 82 ◦ green 204 ◦ blue 66

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

Shades of Apple #52CC42

Tints of Apple #52CC42

RGB

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

 GREEN value IS 204 (80.08% from 255) = 57.95%

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

R = 23.3%
G = 57.95%
B = 18.75%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.2

RGB Variations

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

Color information

#52CC42 (or 0x52CC42) is known color: Apple. HEX triplet: 52, CC and 42. RGB value is (82,204,66). Sum of RGB (Red+Green+Blue) = 82+204+66=352 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.30% from 352); Green value is 204 (80.08% from 255 or 57.95% from 352); Blue value is 66 (26.17% from 255 or 18.75% from 352); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC42 is #AD33BD. Grayscale: #989898. Windows color (decimal): -11350974 or 4377682. OLE color: 4377682.

HSL color Cylindrical-coordinate representation of color #52CC42: hue angle of 113.04º degrees, saturation: 0.57, 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 #52CC42 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 66 -
CMYK 0.60 0 0.68 0.2
HSL 113.04º 0.58% 0.53% -
HSV(B) 113.04º 0.68% 0.8% -
XYZ 26.06 45.37 12.54 -
YUV 151.79 79.58 78.22 -
System Red Green Blue C M Y K H S L
Decimal 82 204 66 0.60 0 0.68 0.2 113.04 0.58 0.53
Hex 52 CC 42 3C 0 44 14 71 3A 35
Octal 122 314 102 74 0 104 24 161 72 65
Binary 1010010 11001100 1000010 111100 0 1000100 10100 1110001 111010 110101

Color Harmonies of #52CC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC42

Black with #52CC42

Text Example


Text Example

White with #52CC42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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