#65BD41

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

Shades of Apple #65BD41

Tints of Apple #65BD41

Color information

#65BD41 (or 0x65BD41) is unknown color: approx Apple. HEX triplet: 65, BD and 41. RGB value is (101,189,65). Sum of RGB (Red+Green+Blue) = 101+189+65=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #65BD41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BD41 is #9A42BE. Grayscale: #949494. Windows color (decimal): -10109631 or 4308325. OLE color: 4308325.

HSL color Cylindrical-coordinate representation of color #65BD41: hue angle of 102.58º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #65BD41 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB10118965-
CMYK0.4700.660.26
HSL102.58º48.82%49.8%-
HSV(B)102.58º65.61%74.12%-
XYZ24.5239.5411.34-
YUV148.5580.8594.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 189 (74.22% from 255) = 53.24%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=28.45%
G=53.24%
B=18.31%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101189650.4700.660.26102.5848.8249.8
Hex65BD412F0421A673132
Octal145275101570102321476162
Binary110010110111101100000110111101000010110101100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BD41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(101,189,65); }

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

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

 a { background-color: rgb(101,189,65); }

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

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

 span { border-color: rgb(101,189,65); }

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