Html Css Color HEX #53BB48 Apple

📋 copy color: '#53BB48'

red 83 ◦ green 187 ◦ blue 72

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

Shades of Apple #53BB48

Tints of Apple #53BB48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.05%

R = 24.27%
G = 54.68%
B = 21.05%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.61

 K value IS 0.27

RGB Variations

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

Color information

#53BB48 (or 0x53BB48) is known color: Apple. HEX triplet: 53, BB and 48. RGB value is (83,187,72). Sum of RGB (Red+Green+Blue) = 83+187+72=342 (45% of max value = 765). Red value is 83 (32.81% from 255 or 24.27% from 342); Green value is 187 (73.44% from 255 or 54.68% from 342); Blue value is 72 (28.52% from 255 or 21.05% from 342); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB48 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BB48 is #AC44B7. Grayscale: #8F8F8F. Windows color (decimal): -11289784 or 4766547. OLE color: 4766547.

HSL color Cylindrical-coordinate representation of color #53BB48: hue angle of 114.26º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #53BB48 is Cyan = 0.56, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 187 72 -
CMYK 0.56 0 0.61 0.27
HSL 114.26º 0.46% 0.51% -
HSV(B) 114.26º 0.61% 0.73% -
XYZ 22.51 37.85 12.25 -
YUV 142.79 88.04 85.35 -
System Red Green Blue C M Y K H S L
Decimal 83 187 72 0.56 0 0.61 0.27 114.26 0.46 0.51
Hex 53 BB 48 38 0 3D 1B 72 2E 33
Octal 123 273 110 70 0 75 33 162 56 63
Binary 1010011 10111011 1001000 111000 0 111101 11011 1110010 101110 110011

Color Harmonies of #53BB48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BB48

Black with #53BB48

Text Example


Text Example

White with #53BB48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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