Html Css Color HEX #52C13F Apple

📋 copy color: '#52C13F'

red 82 ◦ green 193 ◦ blue 63

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

Shades of Apple #52C13F

Tints of Apple #52C13F

RGB

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

 GREEN value IS 193 (75.78% from 255) = 57.1%

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

R = 24.26%
G = 57.1%
B = 18.64%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.24

RGB Variations

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

Color information

#52C13F (or 0x52C13F) is known color: Apple. HEX triplet: 52, C1 and 3F. RGB value is (82,193,63). Sum of RGB (Red+Green+Blue) = 82+193+63=338 (44% of max value = 765). Red value is 82 (32.42% from 255 or 24.26% from 338); Green value is 193 (75.78% from 255 or 57.10% from 338); Blue value is 63 (25% from 255 or 18.64% from 338); Max value from RGB is 193 - color contains mainly: green. Hex color #52C13F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C13F is #AD3EC0. Grayscale: #919191. Windows color (decimal): -11353793 or 4178258. OLE color: 4178258.

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

Color convert

RGB 82 193 63 -
CMYK 0.58 0 0.67 0.24
HSL 111.23º 0.51% 0.5% -
HSV(B) 111.23º 0.67% 0.76% -
XYZ 23.45 40.29 11.24 -
YUV 144.99 81.73 83.07 -
System Red Green Blue C M Y K H S L
Decimal 82 193 63 0.58 0 0.67 0.24 111.23 0.51 0.5
Hex 52 C1 3F 3A 0 43 18 6F 33 32
Octal 122 301 77 72 0 103 30 157 63 62
Binary 1010010 11000001 111111 111010 0 1000011 11000 1101111 110011 110010

Color Harmonies of #52C13F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C13F

Black with #52C13F

Text Example


Text Example

White with #52C13F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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