Html Css Color HEX #52CB40 Apple

📋 copy color: '#52CB40'

red 82 ◦ green 203 ◦ blue 64

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

Shades of Apple #52CB40

Tints of Apple #52CB40

RGB

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

 GREEN value IS 203 (79.69% from 255) = 58.17%

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

R = 23.5%
G = 58.17%
B = 18.34%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.68

 K value IS 0.20

RGB Variations

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

Color information

#52CB40 (or 0x52CB40) is known color: Apple. HEX triplet: 52, CB and 40. RGB value is (82,203,64). Sum of RGB (Red+Green+Blue) = 82+203+64=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #52CB40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52CB40 is #AD34BF. Grayscale: #979797. Windows color (decimal): -11351232 or 4246354. OLE color: 4246354.

HSL color Cylindrical-coordinate representation of color #52CB40: hue angle of 112.23º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #52CB40 is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 203 64 -
CMYK 0.60 0 0.68 0.20
HSL 112.23º 0.57% 0.52% -
HSV(B) 112.23º 0.68% 0.8% -
XYZ 25.76 44.88 12.15 -
YUV 150.98 78.91 78.8 -
System Red Green Blue C M Y K H S L
Decimal 82 203 64 0.60 0 0.68 0.20 112.23 0.57 0.52
Hex 52 CB 40 3C 0 44 14 70 39 34
Octal 122 313 100 74 0 104 24 160 71 64
Binary 1010010 11001011 1000000 111100 0 1000100 10100 1110000 111001 110100

Color Harmonies of #52CB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52CB40

Black with #52CB40

Text Example


Text Example

White with #52CB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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