#60BD2E

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

Shades of Apple #60BD2E

Tints of Apple #60BD2E

Color information

#60BD2E (or 0x60BD2E) is unknown color: approx Apple. HEX triplet: 60, BD and 2E. RGB value is (96,189,46). Sum of RGB (Red+Green+Blue) = 96+189+46=331 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.00% from 331); Green value is 189 (74.22% from 255 or 57.10% from 331); Blue value is 46 (18.36% from 255 or 13.90% from 331); Max value from RGB is 189 - color contains mainly: green. Hex color #60BD2E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #60BD2E is #9F42D1. Grayscale: #919191. Windows color (decimal): -10437330 or 3063136. OLE color: 3063136.

HSL color Cylindrical-coordinate representation of color #60BD2E: hue angle of 99.02º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #60BD2E is Cyan = 0.49, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB9618946-
CMYK0.4900.760.26
HSL99.02º60.85%46.08%-
HSV(B)99.02º75.66%74.12%-
XYZ23.5139.088.89-
YUV144.8972.1993.13-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 29.00%
GREEN value IS 189 (74.22% from 255) = 57.10%
BLUE value IS 46 (18.36% from 255) = 13.90%
R=29.00%
G=57.10%
B=13.90%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal96189460.4900.760.2699.0260.8546.08
Hex60BD2E3104C1A633d2e
Octal14027556610114321437556
Binary11000001011110110111011000101001100110101100011111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60BD2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,189,46); }

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

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

 a { background-color: rgb(96,189,46); }

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

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

 span { border-color: rgb(96,189,46); }

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