Html Css Color HEX #52CC46 Apple

📋 copy color: '#52CC46'

red 82 ◦ green 204 ◦ blue 70

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

Shades of Apple #52CC46

Tints of Apple #52CC46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 19.66%

R = 23.03%
G = 57.3%
B = 19.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.66

 K value IS 0.2

RGB Variations

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

Color information

#52CC46 (or 0x52CC46) is known color: Apple. HEX triplet: 52, CC and 46. RGB value is (82,204,70). Sum of RGB (Red+Green+Blue) = 82+204+70=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 204 (80.08% from 255 or 57.30% from 356); Blue value is 70 (27.73% from 255 or 19.66% from 356); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC46 is #AD33B9. Grayscale: #989898. Windows color (decimal): -11350970 or 4639826. OLE color: 4639826.

HSL color Cylindrical-coordinate representation of color #52CC46: hue angle of 114.63º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52CC46 is Cyan = 0.60, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 204 70 -
CMYK 0.60 0 0.66 0.2
HSL 114.63º 0.57% 0.54% -
HSV(B) 114.63º 0.66% 0.8% -
XYZ 26.18 45.42 13.18 -
YUV 152.25 81.58 77.9 -
System Red Green Blue C M Y K H S L
Decimal 82 204 70 0.60 0 0.66 0.2 114.63 0.57 0.54
Hex 52 CC 46 3C 0 42 14 73 39 36
Octal 122 314 106 74 0 102 24 163 71 66
Binary 1010010 11001100 1000110 111100 0 1000010 10100 1110011 111001 110110

Color Harmonies of #52CC46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC46

Black with #52CC46

Text Example


Text Example

White with #52CC46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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