#66BC41

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

Shades of Apple #66BC41

Tints of Apple #66BC41

Color information

#66BC41 (or 0x66BC41) is unknown color: approx Apple. HEX triplet: 66, BC and 41. RGB value is (102,188,65). Sum of RGB (Red+Green+Blue) = 102+188+65=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 188 (73.83% from 255 or 52.96% from 355); Blue value is 65 (25.78% from 255 or 18.31% from 355); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC41 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC41 is #9943BE. Grayscale: #949494. Windows color (decimal): -10044351 or 4308070. OLE color: 4308070.

HSL color Cylindrical-coordinate representation of color #66BC41: hue angle of 101.95º degrees, saturation: 0.49, 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 #66BC41 is Cyan = 0.46, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.26.

Color convert

RGB10218865-
CMYK0.4600.650.26
HSL101.95º48.62%49.61%-
HSV(B)101.95º65.43%73.73%-
XYZ24.4239.1711.28-
YUV148.2681.0195-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.73%
GREEN value IS 188 (73.83% from 255) = 52.96%
BLUE value IS 65 (25.78% from 255) = 18.31%
R=28.73%
G=52.96%
B=18.31%

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
Decimal102188650.4600.650.26101.9548.6249.61
Hex66BC412E0411A663132
Octal146274101560101321466162
Binary110011010111100100000110111001000001110101100110110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BC41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66BC41; }

 p { color: rgb(102,188,65); }

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

<style>
 a { background-color: #66BC41; }

 a { background-color: rgb(102,188,65); }

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

<style>
 span { border-color: #66BC41; }

 span { border-color: rgb(102,188,65); }

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