#65BC3B

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

Shades of Apple #65BC3B

Tints of Apple #65BC3B

Color information

#65BC3B (or 0x65BC3B) is unknown color: approx Apple. HEX triplet: 65, BC and 3B. RGB value is (101,188,59). Sum of RGB (Red+Green+Blue) = 101+188+59=348 (46% of max value = 765). Red value is 101 (39.84% from 255 or 29.02% from 348); Green value is 188 (73.83% from 255 or 54.02% from 348); Blue value is 59 (23.44% from 255 or 16.95% from 348); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC3B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BC3B is #9A43C4. Grayscale: #939393. Windows color (decimal): -10109893 or 3914853. OLE color: 3914853.

HSL color Cylindrical-coordinate representation of color #65BC3B: hue angle of 100.47º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65BC3B is Cyan = 0.46, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.26.

Color convert

RGB10118859-
CMYK0.4600.690.26
HSL100.47º52.23%48.43%-
HSV(B)100.47º68.62%73.73%-
XYZ24.1439.0510.4-
YUV147.2878.1894.99-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 29.02%
GREEN value IS 188 (73.83% from 255) = 54.02%
BLUE value IS 59 (23.44% from 255) = 16.95%
R=29.02%
G=54.02%
B=16.95%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101188590.4600.690.26100.4752.2348.43
Hex65BC3B2E0451A643430
Octal14527473560105321446460
Binary11001011011110011101110111001000101110101100100110100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BC3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #65BC3B; }

 p { color: rgb(101,188,59); }

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

<style>
 a { background-color: #65BC3B; }

 a { background-color: rgb(101,188,59); }

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

<style>
 span { border-color: #65BC3B; }

 span { border-color: rgb(101,188,59); }

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