#65BC42

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

Shades of Apple #65BC42

Tints of Apple #65BC42

Color information

#65BC42 (or 0x65BC42) is unknown color: approx Apple. HEX triplet: 65, BC and 42. RGB value is (101,188,66). Sum of RGB (Red+Green+Blue) = 101+188+66=355 (47% of max value = 765). Red value is 101 (39.84% from 255 or 28.45% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 66 (26.17% from 255 or 18.59% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #65BC42 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #65BC42 is #9A43BD. Grayscale: #949494. Windows color (decimal): -10109886 or 4373605. OLE color: 4373605.

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

Color convert

RGB10118866-
CMYK0.4600.650.26
HSL102.79º48.03%49.8%-
HSV(B)102.79º64.89%73.73%-
XYZ24.3339.1311.42-
YUV148.0881.6894.42-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 28.45%
GREEN value IS 188 (73.83% from 255) = 52.96%
BLUE value IS 66 (26.17% from 255) = 18.59%
R=28.45%
G=52.96%
B=18.59%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal101188660.4600.650.26102.7948.0349.8
Hex65BC422E0411A673032
Octal145274102560101321476062
Binary110010110111100100001010111001000001110101100111110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #65BC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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