#65BE42

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

Shades of Apple #65BE42

Tints of Apple #65BE42

Color information

#65BE42 (or 0x65BE42) is unknown color: approx Apple. HEX triplet: 65, BE and 42. RGB value is (101,190,66). Sum of RGB (Red+Green+Blue) = 101+190+66=357 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.29% from 357); Green value is 190 (74.61% from 255 or 53.22% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 190 - color contains mainly: green. Hex color #65BE42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BE42 is #9A41BD. Grayscale: #959595. Windows color (decimal): -10109374 or 4374117. OLE color: 4374117.

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

Color convert

RGB10119066-
CMYK0.4700.650.25
HSL103.06º48.82%50.2%-
HSV(B)103.06º65.26%74.51%-
XYZ24.7639.9911.57-
YUV149.2581.0193.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.29%
GREEN value IS 190 (74.61% from 255) = 53.22%
BLUE value IS 66 (26.17% from 255) = 18.49%
R=28.29%
G=53.22%
B=18.49%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal101190660.4700.650.25103.0648.8250.2
Hex65BE422F04119673132
Octal145276102570101311476162
Binary110010110111110100001010111101000001110011100111110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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