Html Css Color HEX #53BB39 Apple

📋 copy color: '#53BB39'

red 83 ◦ green 187 ◦ blue 57

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

Shades of Apple #53BB39

Tints of Apple #53BB39

RGB

 RED value IS 83 (32.81% from 255) = 25.38%

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

 BLUE value IS 57 (22.66% from 255) = 17.43%

R = 25.38%
G = 57.19%
B = 17.43%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#53BB39 (or 0x53BB39) is known color: Apple. HEX triplet: 53, BB and 39. RGB value is (83,187,57). Sum of RGB (Red+Green+Blue) = 83+187+57=327 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.38% from 327); Green value is 187 (73.44% from 255 or 57.19% from 327); Blue value is 57 (22.66% from 255 or 17.43% from 327); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB39 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BB39 is #AC44C6. Grayscale: #8D8D8D. Windows color (decimal): -11289799 or 3783507. OLE color: 3783507.

HSL color Cylindrical-coordinate representation of color #53BB39: hue angle of 108º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #53BB39 is Cyan = 0.56, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 57 -
CMYK 0.56 0 0.70 0.27
HSL 108º 0.53% 0.48% -
HSV(B) 108º 0.7% 0.73% -
XYZ 22.08 37.68 9.98 -
YUV 141.08 80.54 86.57 -
System Red Green Blue C M Y K H S L
Decimal 83 187 57 0.56 0 0.70 0.27 108 0.53 0.48
Hex 53 BB 39 38 0 46 1B 6C 35 30
Octal 123 273 71 70 0 106 33 154 65 60
Binary 1010011 10111011 111001 111000 0 1000110 11011 1101100 110101 110000

Color Harmonies of #53BB39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB39

Black with #53BB39

Text Example


Text Example

White with #53BB39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BB39; }

 p { color: rgb(83,187,57); }

 H1.HeaderClassName
 {
   color: #53BB39;
 }
 .AnyTagClassName
 {
   color: #53BB39;
 }
</style>

background-color css

<style>
 a { background-color: #53BB39; }

 a { background-color: rgb(83,187,57); }

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

border-color css

<style>
 span { border-color: #53BB39; }

 span { border-color: rgb(83,187,57); }

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