#60BB3D

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

Shades of Apple #60BB3D

Tints of Apple #60BB3D

Color information

#60BB3D (or 0x60BB3D) is unknown color: approx Apple. HEX triplet: 60, BB and 3D. RGB value is (96,187,61). Sum of RGB (Red+Green+Blue) = 96+187+61=344 (45% of max value = 765). Red value is 96 (37.89% from 255 or 27.91% from 344); Green value is 187 (73.44% from 255 or 54.36% from 344); Blue value is 61 (24.22% from 255 or 17.73% from 344); Max value from RGB is 187 - color contains mainly: green. Hex color #60BB3D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BB3D is #9F44C2. Grayscale: #919191. Windows color (decimal): -10437827 or 4045664. OLE color: 4045664.

HSL color Cylindrical-coordinate representation of color #60BB3D: hue angle of 103.33º 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 #60BB3D is Cyan = 0.49, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.27.

Color convert

RGB9618761-
CMYK0.4900.670.27
HSL103.33º50.81%48.63%-
HSV(B)103.33º67.38%73.33%-
XYZ23.4438.3610.58-
YUV145.4380.3592.75-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 27.91%
GREEN value IS 187 (73.44% from 255) = 54.36%
BLUE value IS 61 (24.22% from 255) = 17.73%
R=27.91%
G=54.36%
B=17.73%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal96187610.4900.670.27103.3350.8148.63
Hex60BB3D310431B673331
Octal14027375610103331476361
Binary11000001011101111110111000101000011110111100111110011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BB3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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