#66BB33

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

Shades of Apple #66BB33

Tints of Apple #66BB33

Color information

#66BB33 (or 0x66BB33) is unknown color: approx Apple. HEX triplet: 66, BB and 33. RGB value is (102,187,51). Sum of RGB (Red+Green+Blue) = 102+187+51=340 (45% of max value = 765). Red value is 102 (40.23% from 255 or 30% from 340); Green value is 187 (73.44% from 255 or 55% from 340); Blue value is 51 (20.31% from 255 or 15% from 340); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB33 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BB33 is #9944CC. Grayscale: #929292. Windows color (decimal): -10044621 or 3390310. OLE color: 3390310.

HSL color Cylindrical-coordinate representation of color #66BB33: hue angle of 97.5º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66BB33 is Cyan = 0.45, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.27.

Color convert

RGB10218751-
CMYK0.4500.730.27
HSL97.5º57.14%46.67%-
HSV(B)97.5º72.73%73.33%-
XYZ23.8538.69.33-
YUV146.0874.3496.56-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30%
GREEN value IS 187 (73.44% from 255) = 55%
BLUE value IS 51 (20.31% from 255) = 15%
R=30%
G=55%
B=15%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102187510.4500.730.2797.557.1446.67
Hex66BB332D0491B62392f
Octal14627363550111331427157
Binary11001101011101111001110110101001001110111100010111001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66BB33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,187,51); }

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

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

 a { background-color: rgb(102,187,51); }

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

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

 span { border-color: rgb(102,187,51); }

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