#66B933

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

Shades of Apple #66B933

Tints of Apple #66B933

Color information

#66B933 (or 0x66B933) is unknown color: approx Apple. HEX triplet: 66, B9 and 33. RGB value is (102,185,51). Sum of RGB (Red+Green+Blue) = 102+185+51=338 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.18% from 338); Green value is 185 (72.66% from 255 or 54.73% from 338); Blue value is 51 (20.31% from 255 or 15.09% from 338); Max value from RGB is 185 - color contains mainly: green. Hex color #66B933 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66B933 is #9946CC. Grayscale: #919191. Windows color (decimal): -10045133 or 3389798. OLE color: 3389798.

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

Color convert

RGB10218551-
CMYK0.4500.720.27
HSL97.16º56.78%46.27%-
HSV(B)97.16º72.43%72.55%-
XYZ23.4337.769.19-
YUV144.917597.4-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.18%
GREEN value IS 185 (72.66% from 255) = 54.73%
BLUE value IS 51 (20.31% from 255) = 15.09%
R=30.18%
G=54.73%
B=15.09%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal102185510.4500.720.2797.1656.7846.27
Hex66B9332D0481B61392e
Octal14627163550110331417156
Binary11001101011100111001110110101001000110111100001111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66B933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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