#66b330

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

Shades of Apple #66B330

Tints of Apple #66B330

Color information

#66B330 (or 0x66B330) is unknown color: approx Apple. HEX triplet: 66, B3 and 30. RGB value is (102,179,48). Sum of RGB (Red+Green+Blue) = 102+179+48=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 179 (70.31% from 255 or 54.41% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 179 - color contains mainly: green. Hex color #66B330 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B330 is #994CCF. Grayscale: #8D8D8D. Windows color (decimal): -10046672 or 3191654. OLE color: 3191654.

HSL color Cylindrical-coordinate representation of color #66B330: hue angle of 95.27º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66B330 is Cyan = 0.43, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.30.

Color convert

RGB10217948-
CMYK0.4300.730.30
HSL95.27º57.71%44.51%-
HSV(B)95.27º73.18%70.2%-
XYZ22.1335.288.44-
YUV141.0475.49100.15-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 179 (70.31% from 255) = 54.41%
BLUE value IS 48 (19.14% from 255) = 14.59%
R=31.00%
G=54.41%
B=14.59%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal102179480.4300.730.3095.2757.7144.51
Hex66B3302B0491E5f3a2d
Octal14626360530111361377255
Binary11001101011001111000010101101001001111101011111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66b330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,179,48); }

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

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

 a { background-color: rgb(102,179,48); }

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

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

 span { border-color: rgb(102,179,48); }

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