Html Css Color HEX #52CE4B Apple

📋 copy color: '#52CE4B'

red 82 ◦ green 206 ◦ blue 75

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

Shades of Apple #52CE4B

Tints of Apple #52CE4B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 56.75%

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

R = 22.59%
G = 56.75%
B = 20.66%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.64

 K value IS 0.19

RGB Variations

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

Color information

#52CE4B (or 0x52CE4B) is known color: Apple. HEX triplet: 52, CE and 4B. RGB value is (82,206,75). Sum of RGB (Red+Green+Blue) = 82+206+75=363 (48% of max value = 765). Red value is 82 (32.42% from 255 or 22.59% from 363); Green value is 206 (80.86% from 255 or 56.75% from 363); Blue value is 75 (29.69% from 255 or 20.66% from 363); Max value from RGB is 206 - color contains mainly: green. Hex color #52CE4B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CE4B is #AD31B4. Grayscale: #9A9A9A. Windows color (decimal): -11350453 or 4968018. OLE color: 4968018.

HSL color Cylindrical-coordinate representation of color #52CE4B: hue angle of 116.79º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #52CE4B is Cyan = 0.60, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 206 75 -
CMYK 0.60 0 0.64 0.19
HSL 116.79º 0.57% 0.55% -
HSV(B) 116.79º 0.64% 0.81% -
XYZ 26.82 46.44 14.21 -
YUV 153.99 83.42 76.65 -
System Red Green Blue C M Y K H S L
Decimal 82 206 75 0.60 0 0.64 0.19 116.79 0.57 0.55
Hex 52 CE 4B 3C 0 40 13 75 39 37
Octal 122 316 113 74 0 100 23 165 71 67
Binary 1010010 11001110 1001011 111100 0 1000000 10011 1110101 111001 110111

Color Harmonies of #52CE4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CE4B

Black with #52CE4B

Text Example


Text Example

White with #52CE4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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