Html Css Color HEX #52CD4E Apple

📋 copy color: '#52CD4E'

red 82 ◦ green 205 ◦ blue 78

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

Shades of Apple #52CD4E

Tints of Apple #52CD4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 21.37%

R = 22.47%
G = 56.16%
B = 21.37%

CMYK

 C value IS 0.6

 M value IS 0

 Y value IS 0.62

 K value IS 0.20

RGB Variations

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

Color information

#52CD4E (or 0x52CD4E) is known color: Apple. HEX triplet: 52, CD and 4E. RGB value is (82,205,78). Sum of RGB (Red+Green+Blue) = 82+205+78=365 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.47% from 365); Green value is 205 (80.47% from 255 or 56.16% from 365); Blue value is 78 (30.86% from 255 or 21.37% from 365); Max value from RGB is 205 - color contains mainly: green. Hex color #52CD4E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #52CD4E is #AD32B1. Grayscale: #9A9A9A. Windows color (decimal): -11350706 or 5164370. OLE color: 5164370.

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

Color convert

RGB 82 205 78 -
CMYK 0.6 0 0.62 0.20
HSL 118.11º 0.56% 0.55% -
HSV(B) 118.11º 0.62% 0.8% -
XYZ 26.69 46.01 14.68 -
YUV 153.75 85.25 76.83 -
System Red Green Blue C M Y K H S L
Decimal 82 205 78 0.6 0 0.62 0.20 118.11 0.56 0.55
Hex 52 CD 4E 3C 0 3E 14 76 38 37
Octal 122 315 116 74 0 76 24 166 70 67
Binary 1010010 11001101 1001110 111100 0 111110 10100 1110110 111000 110111

Color Harmonies of #52CD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CD4E

Black with #52CD4E

Text Example


Text Example

White with #52CD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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