Html Css Color HEX #52C33F Apple

📋 copy color: '#52C33F'

red 82 ◦ green 195 ◦ blue 63

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

Shades of Apple #52C33F

Tints of Apple #52C33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 57.35%

 BLUE value IS 63 (25% from 255) = 18.53%

R = 24.12%
G = 57.35%
B = 18.53%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#52C33F (or 0x52C33F) is known color: Apple. HEX triplet: 52, C3 and 3F. RGB value is (82,195,63). Sum of RGB (Red+Green+Blue) = 82+195+63=340 (45% of max value = 765). Red value is 82 (32.42% from 255 or 24.12% from 340); Green value is 195 (76.56% from 255 or 57.35% from 340); Blue value is 63 (25% from 255 or 18.53% from 340); Max value from RGB is 195 - color contains mainly: green. Hex color #52C33F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C33F is #AD3CC0. Grayscale: #929292. Windows color (decimal): -11353281 or 4178770. OLE color: 4178770.

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

Color convert

RGB 82 195 63 -
CMYK 0.58 0 0.68 0.24
HSL 111.36º 0.52% 0.51% -
HSV(B) 111.36º 0.68% 0.76% -
XYZ 23.89 41.18 11.39 -
YUV 146.17 81.06 82.23 -
System Red Green Blue C M Y K H S L
Decimal 82 195 63 0.58 0 0.68 0.24 111.36 0.52 0.51
Hex 52 C3 3F 3A 0 44 18 6F 34 33
Octal 122 303 77 72 0 104 30 157 64 63
Binary 1010010 11000011 111111 111010 0 1000100 11000 1101111 110100 110011

Color Harmonies of #52C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C33F

Black with #52C33F

Text Example


Text Example

White with #52C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,195,63); }

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

background-color css

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

 a { background-color: rgb(82,195,63); }

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

border-color css

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

 span { border-color: rgb(82,195,63); }

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