#65BF41

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

Shades of Apple #65BF41

Tints of Apple #65BF41

Color information

#65BF41 (or 0x65BF41) is unknown color: approx Apple. HEX triplet: 65, BF and 41. RGB value is (101,191,65). Sum of RGB (Red+Green+Blue) = 101+191+65=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 191 (75% from 255 or 53.50% from 357); Blue value is 65 (25.78% from 255 or 18.21% from 357); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BF41 is #9A40BE. Grayscale: #969696. Windows color (decimal): -10109119 or 4308837. OLE color: 4308837.

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

Color convert

RGB10119165-
CMYK0.4700.660.25
HSL102.86º49.61%50.2%-
HSV(B)102.86º65.97%74.9%-
XYZ24.9540.4111.49-
YUV149.7380.1893.25-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 191 (75% from 255) = 53.50%
BLUE value IS 65 (25.78% from 255) = 18.21%
R=28.29%
G=53.50%
B=18.21%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191650.4700.660.25102.8649.6150.2
Hex65BF412F04219673232
Octal145277101570102311476262
Binary110010110111111100000110111101000010110011100111110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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