#65D042

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

Shades of Apple #65D042

Tints of Apple #65D042

Color information

#65D042 (or 0x65D042) is unknown color: approx Apple. HEX triplet: 65, D0 and 42. RGB value is (101,208,66). Sum of RGB (Red+Green+Blue) = 101+208+66=375 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.93% from 375); Green value is 208 (81.64% from 255 or 55.47% from 375); Blue value is 66 (26.17% from 255 or 17.6% from 375); Max value from RGB is 208 - color contains mainly: green. Hex color #65D042 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D042 is #9A2FBD. Grayscale: #A0A0A0. Windows color (decimal): -10104766 or 4378725. OLE color: 4378725.

HSL color Cylindrical-coordinate representation of color #65D042: hue angle of 105.21º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #65D042 is Cyan = 0.51, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.18.

Color convert

RGB10120866-
CMYK0.5100.680.18
HSL105.21º60.17%53.73%-
HSV(B)105.21º68.27%81.57%-
XYZ28.9148.2712.95-
YUV159.8275.0586.05-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.93%
GREEN value IS 208 (81.64% from 255) = 55.47%
BLUE value IS 66 (26.17% from 255) = 17.6%
R=26.93%
G=55.47%
B=17.6%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101208660.5100.680.18105.2160.1753.73
Hex65D0423304412693c36
Octal145320102630104221517466
Binary110010111010000100001011001101000100100101101001111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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