Html Css Color HEX #52BB35 Apple

📋 copy color: '#52BB35'

red 82 ◦ green 187 ◦ blue 53

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

Shades of Apple #52BB35

Tints of Apple #52BB35

RGB

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

 GREEN value IS 187 (73.44% from 255) = 58.07%

 BLUE value IS 53 (21.09% from 255) = 16.46%

R = 25.47%
G = 58.07%
B = 16.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#52BB35 (or 0x52BB35) is known color: Apple. HEX triplet: 52, BB and 35. RGB value is (82,187,53). Sum of RGB (Red+Green+Blue) = 82+187+53=322 (42% of max value = 765). Red value is 82 (32.42% from 255 or 25.47% from 322); Green value is 187 (73.44% from 255 or 58.07% from 322); Blue value is 53 (21.09% from 255 or 16.46% from 322); Max value from RGB is 187 - color contains mainly: green. Hex color #52BB35 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #52BB35 is #AD44CA. Grayscale: #8C8C8C. Windows color (decimal): -11355339 or 3521362. OLE color: 3521362.

HSL color Cylindrical-coordinate representation of color #52BB35: hue angle of 107.01º degrees, saturation: 0.56, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #52BB35 is Cyan = 0.56, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 187 53 -
CMYK 0.56 0 0.72 0.27
HSL 107.01º 0.56% 0.47% -
HSV(B) 107.01º 0.72% 0.73% -
XYZ 21.89 37.59 9.47 -
YUV 140.33 78.71 86.4 -
System Red Green Blue C M Y K H S L
Decimal 82 187 53 0.56 0 0.72 0.27 107.01 0.56 0.47
Hex 52 BB 35 38 0 48 1B 6B 38 2F
Octal 122 273 65 70 0 110 33 153 70 57
Binary 1010010 10111011 110101 111000 0 1001000 11011 1101011 111000 101111

Color Harmonies of #52BB35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BB35

Black with #52BB35

Text Example


Text Example

White with #52BB35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,187,53); }

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

background-color css

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

 a { background-color: rgb(82,187,53); }

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

border-color css

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

 span { border-color: rgb(82,187,53); }

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