Html Css Color HEX #52CC4B Apple

📋 copy color: '#52CC4B'

red 82 ◦ green 204 ◦ blue 75

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

Shades of Apple #52CC4B

Tints of Apple #52CC4B

RGB

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

 GREEN value IS 204 (80.08% from 255) = 56.51%

 BLUE value IS 75 (29.69% from 255) = 20.78%

R = 22.71%
G = 56.51%
B = 20.78%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.63

 K value IS 0.2

RGB Variations

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

Color information

#52CC4B (or 0x52CC4B) is known color: Apple. HEX triplet: 52, CC and 4B. RGB value is (82,204,75). Sum of RGB (Red+Green+Blue) = 82+204+75=361 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.71% from 361); Green value is 204 (80.08% from 255 or 56.51% from 361); Blue value is 75 (29.69% from 255 or 20.78% from 361); Max value from RGB is 204 - color contains mainly: green. Hex color #52CC4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CC4B is #AD33B4. Grayscale: #999999. Windows color (decimal): -11350965 or 4967506. OLE color: 4967506.

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

Color convert

RGB 82 204 75 -
CMYK 0.60 0 0.63 0.2
HSL 116.74º 0.56% 0.55% -
HSV(B) 116.74º 0.63% 0.8% -
XYZ 26.34 45.49 14.05 -
YUV 152.82 84.08 77.49 -
System Red Green Blue C M Y K H S L
Decimal 82 204 75 0.60 0 0.63 0.2 116.74 0.56 0.55
Hex 52 CC 4B 3C 0 3F 14 75 38 37
Octal 122 314 113 74 0 77 24 165 70 67
Binary 1010010 11001100 1001011 111100 0 111111 10100 1110101 111000 110111

Color Harmonies of #52CC4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CC4B

Black with #52CC4B

Text Example


Text Example

White with #52CC4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,204,75); }

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

background-color css

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

 a { background-color: rgb(82,204,75); }

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

border-color css

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

 span { border-color: rgb(82,204,75); }

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