#65CC46

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

Shades of Apple #65CC46

Tints of Apple #65CC46

Color information

#65CC46 (or 0x65CC46) is unknown color: approx Apple. HEX triplet: 65, CC and 46. RGB value is (101,204,70). Sum of RGB (Red+Green+Blue) = 101+204+70=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 204 (80.08% from 255 or 54.4% from 375); Blue value is 70 (27.73% from 255 or 18.67% from 375); Max value from RGB is 204 - color contains mainly: green. Hex color #65CC46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65CC46 is #9A33B9. Grayscale: #9E9E9E. Windows color (decimal): -10105786 or 4639845. OLE color: 4639845.

HSL color Cylindrical-coordinate representation of color #65CC46: hue angle of 106.12º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65CC46 is Cyan = 0.50, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.2.

Color convert

RGB10120470-
CMYK0.5000.660.2
HSL106.12º56.78%53.73%-
HSV(B)106.12º65.69%80%-
XYZ28.0746.3913.27-
YUV157.9378.3887.4-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 204 (80.08% from 255) = 54.4%
BLUE value IS 70 (27.73% from 255) = 18.67%
R=26.93%
G=54.4%
B=18.67%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal101204700.5000.660.2106.1256.7853.73
Hex65CC4632042146a3936
Octal145314106620102241527166
Binary110010111001100100011011001001000010101001101010111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65CC46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,204,70); }

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

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

 a { background-color: rgb(101,204,70); }

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

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

 span { border-color: rgb(101,204,70); }

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