#66CC3A

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

Shades of Apple #66CC3A

Tints of Apple #66CC3A

Color information

#66CC3A (or 0x66CC3A) is unknown color: approx Apple. HEX triplet: 66, CC and 3A. RGB value is (102,204,58). Sum of RGB (Red+Green+Blue) = 102+204+58=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 204 (80.08% from 255 or 56.04% from 364); Blue value is 58 (23.05% from 255 or 15.93% from 364); Max value from RGB is 204 - color contains mainly: green. Hex color #66CC3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CC3A is #9933C5. Grayscale: #9D9D9D. Windows color (decimal): -10040262 or 3853414. OLE color: 3853414.

HSL color Cylindrical-coordinate representation of color #66CC3A: hue angle of 101.92º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66CC3A is Cyan = 0.5, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.2.

Color convert

RGB10220458-
CMYK0.500.720.2
HSL101.92º58.87%51.37%-
HSV(B)101.92º71.57%80%-
XYZ27.8446.3211.48-
YUV156.8672.2188.87-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 204 (80.08% from 255) = 56.04%
BLUE value IS 58 (23.05% from 255) = 15.93%
R=28.02%
G=56.04%
B=15.93%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal102204580.500.720.2101.9258.8751.37
Hex66CC3A3204814663b33
Octal14631472620110241467363
Binary11001101100110011101011001001001000101001100110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CC3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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