Html Css Color HEX #52C63F Apple

📋 copy color: '#52C63F'

red 82 ◦ green 198 ◦ blue 63

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

Shades of Apple #52C63F

Tints of Apple #52C63F

RGB

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

 GREEN value IS 198 (77.73% from 255) = 57.73%

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

R = 23.91%
G = 57.73%
B = 18.37%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.68

 K value IS 0.22

RGB Variations

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

Color information

#52C63F (or 0x52C63F) is known color: Apple. HEX triplet: 52, C6 and 3F. RGB value is (82,198,63). Sum of RGB (Red+Green+Blue) = 82+198+63=343 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.91% from 343); Green value is 198 (77.73% from 255 or 57.73% from 343); Blue value is 63 (25% from 255 or 18.37% from 343); Max value from RGB is 198 - color contains mainly: green. Hex color #52C63F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C63F is #AD39C0. Grayscale: #949494. Windows color (decimal): -11352513 or 4179538. OLE color: 4179538.

HSL color Cylindrical-coordinate representation of color #52C63F: hue angle of 111.56º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52C63F is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 198 63 -
CMYK 0.59 0 0.68 0.22
HSL 111.56º 0.54% 0.51% -
HSV(B) 111.56º 0.68% 0.78% -
XYZ 24.57 42.54 11.62 -
YUV 147.93 80.07 80.98 -
System Red Green Blue C M Y K H S L
Decimal 82 198 63 0.59 0 0.68 0.22 111.56 0.54 0.51
Hex 52 C6 3F 3B 0 44 16 70 36 33
Octal 122 306 77 73 0 104 26 160 66 63
Binary 1010010 11000110 111111 111011 0 1000100 10110 1110000 110110 110011

Color Harmonies of #52C63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C63F

Black with #52C63F

Text Example


Text Example

White with #52C63F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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