#66BE5B

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

Shades of Apple #66BE5B

Tints of Apple #66BE5B

Color information

#66BE5B (or 0x66BE5B) is unknown color: approx Apple. HEX triplet: 66, BE and 5B. RGB value is (102,190,91). Sum of RGB (Red+Green+Blue) = 102+190+91=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 190 (74.61% from 255 or 49.61% from 383); Blue value is 91 (35.94% from 255 or 23.76% from 383); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE5B is #9941A4. Grayscale: #989898. Windows color (decimal): -10043813 or 6012518. OLE color: 6012518.

HSL color Cylindrical-coordinate representation of color #66BE5B: hue angle of 113.33º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #66BE5B is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.

Color convert

RGB10219091-
CMYK0.4600.520.25
HSL113.33º43.23%55.1%-
HSV(B)113.33º52.11%74.51%-
XYZ25.7840.4116.34-
YUV152.493.3592.05-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.63%
GREEN value IS 190 (74.61% from 255) = 49.61%
BLUE value IS 91 (35.94% from 255) = 23.76%
R=26.63%
G=49.61%
B=23.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190910.4600.520.25113.3343.2355.1
Hex66BE5B2E03419712b37
Octal14627613356064311615367
Binary11001101011111010110111011100110100110011110001101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,190,91); }

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

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

 a { background-color: rgb(102,190,91); }

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

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

 span { border-color: rgb(102,190,91); }

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