#66D648

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

Shades of Apple #66D648

Tints of Apple #66D648

Color information

#66D648 (or 0x66D648) is unknown color: approx Apple. HEX triplet: 66, D6 and 48. RGB value is (102,214,72). Sum of RGB (Red+Green+Blue) = 102+214+72=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 214 (83.98% from 255 or 55.15% from 388); Blue value is 72 (28.52% from 255 or 18.56% from 388); Max value from RGB is 214 - color contains mainly: green. Hex color #66D648 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D648 is #9929B7. Grayscale: #A4A4A4. Windows color (decimal): -10037688 or 4773478. OLE color: 4773478.

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

Color convert

RGB10221472-
CMYK0.5200.660.16
HSL107.32º63.39%56.08%-
HSV(B)107.32º66.36%83.92%-
XYZ30.751.3914.43-
YUV164.3275.8983.55-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 26.29%
GREEN value IS 214 (83.98% from 255) = 55.15%
BLUE value IS 72 (28.52% from 255) = 18.56%
R=26.29%
G=55.15%
B=18.56%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal102214720.5200.660.16107.3263.3956.08
Hex66D64834042106b3f38
Octal146326110640102201537770
Binary110011011010110100100011010001000010100001101011111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66D648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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