#53BB3D

Color #53BB3D Apple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Apple #53BB3D

Tints of Apple #53BB3D

Color information

#53BB3D (or 0x53BB3D) is unknown color: approx Apple. HEX triplet: 53, BB and 3D. RGB value is (83,187,61). Sum of RGB (Red+Green+Blue) = 83+187+61=331 (43% of max value = 765). Red value is 83 (32.81% from 255 or 25.08% from 331); Green value is 187 (73.44% from 255 or 56.50% from 331); Blue value is 61 (24.22% from 255 or 18.43% from 331); Max value from RGB is 187 - color contains mainly: green. Hex color #53BB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #53BB3D is #AC44C2. Grayscale: #8D8D8D. Windows color (decimal): -11289795 or 4045651. OLE color: 4045651.

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

Color convert

RGB8318761-
CMYK0.5600.670.27
HSL109.52º50.81%48.63%-
HSV(B)109.52º67.38%73.33%-
XYZ22.1837.7210.53-
YUV141.5482.5486.25-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 25.08%
GREEN value IS 187 (73.44% from 255) = 56.50%
BLUE value IS 61 (24.22% from 255) = 18.43%
R=25.08%
G=56.50%
B=18.43%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal83187610.5600.670.27109.5250.8148.63
Hex53BB3D380431B6e3331
Octal12327375700103331566361
Binary10100111011101111110111100001000011110111101110110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53BB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #53BB3D;
 }
 .AnyTagClassName
 {
   color: #53BB3D;
 }
</style>
background-color css

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

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

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

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

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

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