#65CE50

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

Shades of Apple #65CE50

Tints of Apple #65CE50

Color information

#65CE50 (or 0x65CE50) is unknown color: approx Apple. HEX triplet: 65, CE and 50. RGB value is (101,206,80). Sum of RGB (Red+Green+Blue) = 101+206+80=387 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.10% from 387); Green value is 206 (80.86% from 255 or 53.23% from 387); Blue value is 80 (31.64% from 255 or 20.67% from 387); Max value from RGB is 206 - color contains mainly: green. Hex color #65CE50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65CE50 is #9A31AF. Grayscale: #A0A0A0. Windows color (decimal): -10105264 or 5295717. OLE color: 5295717.

HSL color Cylindrical-coordinate representation of color #65CE50: hue angle of 110º degrees, saturation: 0.56, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #65CE50 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.19.

Color convert

RGB10120680-
CMYK0.5100.610.19
HSL110º56.25%56.08%-
HSV(B)110º61.17%80.78%-
XYZ28.8947.4915.23-
YUV160.2482.7185.75-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.10%
GREEN value IS 206 (80.86% from 255) = 53.23%
BLUE value IS 80 (31.64% from 255) = 20.67%
R=26.10%
G=53.23%
B=20.67%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal101206800.5100.610.1911056.2556.08
Hex65CE503303D136e3838
Octal14531612063075231567070
Binary11001011100111010100001100110111101100111101110111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CE50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,206,80); }

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

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

 a { background-color: rgb(101,206,80); }

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

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

 span { border-color: rgb(101,206,80); }

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