Html Css Color HEX #52CD40 Apple

📋 copy color: '#52CD40'

red 82 ◦ green 205 ◦ blue 64

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

Shades of Apple #52CD40

Tints of Apple #52CD40

RGB

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

 GREEN value IS 205 (80.47% from 255) = 58.4%

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

R = 23.36%
G = 58.4%
B = 18.23%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#52CD40 (or 0x52CD40) is known color: Apple. HEX triplet: 52, CD and 40. RGB value is (82,205,64). Sum of RGB (Red+Green+Blue) = 82+205+64=351 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.36% from 351); Green value is 205 (80.47% from 255 or 58.40% from 351); Blue value is 64 (25.39% from 255 or 18.23% from 351); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CD40 is #AD32BF. Grayscale: #989898. Windows color (decimal): -11350720 or 4246866. OLE color: 4246866.

HSL color Cylindrical-coordinate representation of color #52CD40: hue angle of 112.34º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #52CD40 is Cyan = 0.6, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 205 64 -
CMYK 0.6 0 0.69 0.20
HSL 112.34º 0.59% 0.53% -
HSV(B) 112.34º 0.69% 0.8% -
XYZ 26.24 45.83 12.31 -
YUV 152.15 78.25 77.96 -
System Red Green Blue C M Y K H S L
Decimal 82 205 64 0.6 0 0.69 0.20 112.34 0.59 0.53
Hex 52 CD 40 3C 0 45 14 70 3B 35
Octal 122 315 100 74 0 105 24 160 73 65
Binary 1010010 11001101 1000000 111100 0 1000101 10100 1110000 111011 110101

Color Harmonies of #52CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD40

Black with #52CD40

Text Example


Text Example

White with #52CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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