#65BF58

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

Shades of Apple #65BF58

Tints of Apple #65BF58

Color information

#65BF58 (or 0x65BF58) is unknown color: approx Apple. HEX triplet: 65, BF and 58. RGB value is (101,191,88). Sum of RGB (Red+Green+Blue) = 101+191+88=380 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.58% from 380); Green value is 191 (75% from 255 or 50.26% from 380); Blue value is 88 (34.77% from 255 or 23.16% from 380); Max value from RGB is 191 - color contains mainly: green. Hex color #65BF58 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #65BF58 is #9A40A7. Grayscale: #989898. Windows color (decimal): -10109096 or 5816165. OLE color: 5816165.

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

Color convert

RGB10119188-
CMYK0.4700.540.25
HSL112.43º44.59%54.71%-
HSV(B)112.43º53.93%74.9%-
XYZ25.7640.7315.74-
YUV152.3591.6891.38-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 26.58%
GREEN value IS 191 (75% from 255) = 50.26%
BLUE value IS 88 (34.77% from 255) = 23.16%
R=26.58%
G=50.26%
B=23.16%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101191880.4700.540.25112.4344.5954.71
Hex65BF582F03619702d37
Octal14527713057066311605567
Binary11001011011111110110001011110110110110011110000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BF58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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