#66CB3A

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

Shades of Apple #66CB3A

Tints of Apple #66CB3A

Color information

#66CB3A (or 0x66CB3A) is unknown color: approx Apple. HEX triplet: 66, CB and 3A. RGB value is (102,203,58). Sum of RGB (Red+Green+Blue) = 102+203+58=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 203 (79.69% from 255 or 55.92% from 363); Blue value is 58 (23.05% from 255 or 15.98% from 363); Max value from RGB is 203 - color contains mainly: green. Hex color #66CB3A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CB3A is #9934C5. Grayscale: #9C9C9C. Windows color (decimal): -10040518 or 3853158. OLE color: 3853158.

HSL color Cylindrical-coordinate representation of color #66CB3A: hue angle of 101.79º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #66CB3A is Cyan = 0.50, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.20.

Color convert

RGB10220358-
CMYK0.5000.710.20
HSL101.79º58.23%51.18%-
HSV(B)101.79º71.43%79.61%-
XYZ27.645.8411.4-
YUV156.2772.5489.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 203 (79.69% from 255) = 55.92%
BLUE value IS 58 (23.05% from 255) = 15.98%
R=28.10%
G=55.92%
B=15.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal102203580.5000.710.20101.7958.2351.18
Hex66CB3A3204714663a33
Octal14631372620107241467263
Binary11001101100101111101011001001000111101001100110111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66CB3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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