#66B53A

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

Shades of Apple #66B53A

Tints of Apple #66B53A

Color information

#66B53A (or 0x66B53A) is unknown color: approx Apple. HEX triplet: 66, B5 and 3A. RGB value is (102,181,58). Sum of RGB (Red+Green+Blue) = 102+181+58=341 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.91% from 341); Green value is 181 (71.09% from 255 or 53.08% from 341); Blue value is 58 (23.05% from 255 or 17.01% from 341); Max value from RGB is 181 - color contains mainly: green. Hex color #66B53A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B53A is #994AC5. Grayscale: #8F8F8F. Windows color (decimal): -10046150 or 3847526. OLE color: 3847526.

HSL color Cylindrical-coordinate representation of color #66B53A: hue angle of 98.54º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66B53A is Cyan = 0.44, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.29.

Color convert

RGB10218158-
CMYK0.4400.680.29
HSL98.54º51.46%46.86%-
HSV(B)98.54º67.96%70.98%-
XYZ22.7736.189.79-
YUV143.3679.8398.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.91%
GREEN value IS 181 (71.09% from 255) = 53.08%
BLUE value IS 58 (23.05% from 255) = 17.01%
R=29.91%
G=53.08%
B=17.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal102181580.4400.680.2998.5451.4646.86
Hex66B53A2C0441D63332f
Octal14626572540104351436357
Binary11001101011010111101010110001000100111011100011110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B53A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,181,58); }

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

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

 a { background-color: rgb(102,181,58); }

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

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

 span { border-color: rgb(102,181,58); }

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