Html Css Color HEX #52C341 Apple

📋 copy color: '#52C341'

red 82 ◦ green 195 ◦ blue 65

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

Shades of Apple #52C341

Tints of Apple #52C341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.01%

R = 23.98%
G = 57.02%
B = 19.01%

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

#52C341 (or 0x52C341) is known color: Apple. HEX triplet: 52, C3 and 41. RGB value is (82,195,65). Sum of RGB (Red+Green+Blue) = 82+195+65=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 195 (76.56% from 255 or 57.02% from 342); Blue value is 65 (25.78% from 255 or 19.01% from 342); Max value from RGB is 195 - color contains mainly: green. Hex color #52C341 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C341 is #AD3CBE. Grayscale: #929292. Windows color (decimal): -11353279 or 4309842. OLE color: 4309842.

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

Color convert

RGB 82 195 65 -
CMYK 0.58 0 0.67 0.24
HSL 112.15º 0.52% 0.51% -
HSV(B) 112.15º 0.67% 0.76% -
XYZ 23.95 41.21 11.69 -
YUV 146.39 82.06 82.07 -
System Red Green Blue C M Y K H S L
Decimal 82 195 65 0.58 0 0.67 0.24 112.15 0.52 0.51
Hex 52 C3 41 3A 0 43 18 70 34 33
Octal 122 303 101 72 0 103 30 160 64 63
Binary 1010010 11000011 1000001 111010 0 1000011 11000 1110000 110100 110011

Color Harmonies of #52C341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C341

Black with #52C341

Text Example


Text Example

White with #52C341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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