#66C035

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

Shades of Apple #66C035

Tints of Apple #66C035

Color information

#66C035 (or 0x66C035) is unknown color: approx Apple. HEX triplet: 66, C0 and 35. RGB value is (102,192,53). Sum of RGB (Red+Green+Blue) = 102+192+53=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 192 (75.39% from 255 or 55.33% from 347); Blue value is 53 (21.09% from 255 or 15.27% from 347); Max value from RGB is 192 - color contains mainly: green. Hex color #66C035 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C035 is #993FCA. Grayscale: #959595. Windows color (decimal): -10043339 or 3522662. OLE color: 3522662.

HSL color Cylindrical-coordinate representation of color #66C035: hue angle of 98.85º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #66C035 is Cyan = 0.47, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.25.

Color convert

RGB10219253-
CMYK0.4700.720.25
HSL98.85º56.73%48.04%-
HSV(B)98.85º72.4%75.29%-
XYZ24.9740.789.92-
YUV149.2473.6894.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.39%
GREEN value IS 192 (75.39% from 255) = 55.33%
BLUE value IS 53 (21.09% from 255) = 15.27%
R=29.39%
G=55.33%
B=15.27%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal102192530.4700.720.2598.8556.7348.04
Hex66C0352F04819633930
Octal14630065570110311437160
Binary11001101100000011010110111101001000110011100011111001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,192,53); }

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

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

 a { background-color: rgb(102,192,53); }

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

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

 span { border-color: rgb(102,192,53); }

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