#66BE53

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

Shades of Apple #66BE53

Tints of Apple #66BE53

Color information

#66BE53 (or 0x66BE53) is unknown color: approx Apple. HEX triplet: 66, BE and 53. RGB value is (102,190,83). Sum of RGB (Red+Green+Blue) = 102+190+83=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 190 (74.61% from 255 or 50.67% from 375); Blue value is 83 (32.81% from 255 or 22.13% from 375); Max value from RGB is 190 - color contains mainly: green. Hex color #66BE53 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BE53 is #9941AC. Grayscale: #979797. Windows color (decimal): -10043821 or 5488230. OLE color: 5488230.

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

Color convert

RGB10219083-
CMYK0.4600.560.25
HSL109.35º45.15%53.53%-
HSV(B)109.35º56.32%74.51%-
XYZ25.4540.2814.62-
YUV151.4989.3592.7-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.2%
GREEN value IS 190 (74.61% from 255) = 50.67%
BLUE value IS 83 (32.81% from 255) = 22.13%
R=27.2%
G=50.67%
B=22.13%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102190830.4600.560.25109.3545.1553.53
Hex66BE532E038196d2d36
Octal14627612356070311555566
Binary11001101011111010100111011100111000110011101101101101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BE53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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