#66D633

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

Shades of Apple #66D633

Tints of Apple #66D633

Color information

#66D633 (or 0x66D633) is unknown color: approx Apple. HEX triplet: 66, D6 and 33. RGB value is (102,214,51). Sum of RGB (Red+Green+Blue) = 102+214+51=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 214 (83.98% from 255 or 58.31% from 367); Blue value is 51 (20.31% from 255 or 13.90% from 367); Max value from RGB is 214 - color contains mainly: green. Hex color #66D633 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D633 is #9929CC. Grayscale: #A2A2A2. Windows color (decimal): -10037709 or 3397222. OLE color: 3397222.

HSL color Cylindrical-coordinate representation of color #66D633: hue angle of 101.23º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #66D633 is Cyan = 0.52, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.16.

Color convert

RGB10221451-
CMYK0.5200.760.16
HSL101.23º66.53%51.96%-
HSV(B)101.23º76.17%83.92%-
XYZ30.1251.1611.42-
YUV161.9365.3985.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 27.79%
GREEN value IS 214 (83.98% from 255) = 58.31%
BLUE value IS 51 (20.31% from 255) = 13.90%
R=27.79%
G=58.31%
B=13.90%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102214510.5200.760.16101.2366.5351.96
Hex66D6333404C10654334
Octal146326636401142014510364
Binary110011011010110110011110100010011001000011001011000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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