#65BC3E

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

Shades of Apple #65BC3E

Tints of Apple #65BC3E

Color information

#65BC3E (or 0x65BC3E) is unknown color: approx Apple. HEX triplet: 65, BC and 3E. RGB value is (101,188,62). Sum of RGB (Red+Green+Blue) = 101+188+62=351 (46% of max value = 765). Red value is 101 (39.84% from 255 or 28.77% from 351); Green value is 188 (73.83% from 255 or 53.56% from 351); Blue value is 62 (24.61% from 255 or 17.66% from 351); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC3E is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BC3E is #9A43C1. Grayscale: #949494. Windows color (decimal): -10109890 or 4111461. OLE color: 4111461.

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

Color convert

RGB10118862-
CMYK0.4600.670.26
HSL101.43º50.4%49.02%-
HSV(B)101.43º67.02%73.73%-
XYZ24.2239.0810.82-
YUV147.6279.6894.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.77%
GREEN value IS 188 (73.83% from 255) = 53.56%
BLUE value IS 62 (24.61% from 255) = 17.66%
R=28.77%
G=53.56%
B=17.66%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101188620.4600.670.26101.4350.449.02
Hex65BC3E2E0431A653231
Octal14527476560103321456261
Binary11001011011110011111010111001000011110101100101110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BC3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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