#65D04C

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

Shades of Apple #65D04C

Tints of Apple #65D04C

Color information

#65D04C (or 0x65D04C) is unknown color: approx Apple. HEX triplet: 65, D0 and 4C. RGB value is (101,208,76). Sum of RGB (Red+Green+Blue) = 101+208+76=385 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.23% from 385); Green value is 208 (81.64% from 255 or 54.03% from 385); Blue value is 76 (30.08% from 255 or 19.74% from 385); Max value from RGB is 208 - color contains mainly: green. Hex color #65D04C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65D04C is #9A2FB3. Grayscale: #A1A1A1. Windows color (decimal): -10104756 or 5034085. OLE color: 5034085.

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

Color convert

RGB10120876-
CMYK0.5100.630.18
HSL108.64º58.41%55.69%-
HSV(B)108.64º63.46%81.57%-
XYZ29.2348.414.64-
YUV160.9680.0585.23-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.23%
GREEN value IS 208 (81.64% from 255) = 54.03%
BLUE value IS 76 (30.08% from 255) = 19.74%
R=26.23%
G=54.03%
B=19.74%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal101208760.5100.630.18108.6458.4155.69
Hex65D04C3303F126d3a38
Octal14532011463077221557270
Binary11001011101000010011001100110111111100101101101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65D04C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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