Html Css Color HEX #52C440 Apple

📋 copy color: '#52C440'

red 82 ◦ green 196 ◦ blue 64

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

Shades of Apple #52C440

Tints of Apple #52C440

RGB

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

 GREEN value IS 196 (76.95% from 255) = 57.31%

 BLUE value IS 64 (25.39% from 255) = 18.71%

R = 23.98%
G = 57.31%
B = 18.71%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#52C440 (or 0x52C440) is known color: Apple. HEX triplet: 52, C4 and 40. RGB value is (82,196,64). Sum of RGB (Red+Green+Blue) = 82+196+64=342 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.98% from 342); Green value is 196 (76.95% from 255 or 57.31% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 196 - color contains mainly: green. Hex color #52C440 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52C440 is #AD3BBF. Grayscale: #939393. Windows color (decimal): -11353024 or 4244562. OLE color: 4244562.

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

Color convert

RGB 82 196 64 -
CMYK 0.58 0 0.67 0.23
HSL 111.82º 0.53% 0.51% -
HSV(B) 111.82º 0.67% 0.77% -
XYZ 24.15 41.64 11.62 -
YUV 146.87 81.23 81.73 -
System Red Green Blue C M Y K H S L
Decimal 82 196 64 0.58 0 0.67 0.23 111.82 0.53 0.51
Hex 52 C4 40 3A 0 43 17 70 35 33
Octal 122 304 100 72 0 103 27 160 65 63
Binary 1010010 11000100 1000000 111010 0 1000011 10111 1110000 110101 110011

Color Harmonies of #52C440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C440

Black with #52C440

Text Example


Text Example

White with #52C440

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,196,64); }

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

background-color css

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

 a { background-color: rgb(82,196,64); }

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

border-color css

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

 span { border-color: rgb(82,196,64); }

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