#65D342

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

Shades of Apple #65D342

Tints of Apple #65D342

Color information

#65D342 (or 0x65D342) is unknown color: approx Apple. HEX triplet: 65, D3 and 42. RGB value is (101,211,66). Sum of RGB (Red+Green+Blue) = 101+211+66=378 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.72% from 378); Green value is 211 (82.81% from 255 or 55.82% from 378); Blue value is 66 (26.17% from 255 or 17.46% from 378); Max value from RGB is 211 - color contains mainly: green. Hex color #65D342 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D342 is #9A2CBD. Grayscale: #A2A2A2. Windows color (decimal): -10103998 or 4379493. OLE color: 4379493.

HSL color Cylindrical-coordinate representation of color #65D342: hue angle of 105.52º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #65D342 is Cyan = 0.52, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.17.

Color convert

RGB10121166-
CMYK0.5200.690.17
HSL105.52º62.23%54.31%-
HSV(B)105.52º68.72%82.75%-
XYZ29.6449.7513.19-
YUV161.5874.0684.79-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.72%
GREEN value IS 211 (82.81% from 255) = 55.82%
BLUE value IS 66 (26.17% from 255) = 17.46%
R=26.72%
G=55.82%
B=17.46%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal101211660.5200.690.17105.5262.2354.31
Hex65D34234045116a3e36
Octal145323102640105211527666
Binary110010111010011100001011010001000101100011101010111110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,211,66); }

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

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

 a { background-color: rgb(101,211,66); }

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

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

 span { border-color: rgb(101,211,66); }

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