#66C93D

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

Shades of Apple #66C93D

Tints of Apple #66C93D

Color information

#66C93D (or 0x66C93D) is unknown color: approx Apple. HEX triplet: 66, C9 and 3D. RGB value is (102,201,61). Sum of RGB (Red+Green+Blue) = 102+201+61=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 201 (78.91% from 255 or 55.22% from 364); Blue value is 61 (24.22% from 255 or 16.76% from 364); Max value from RGB is 201 - color contains mainly: green. Hex color #66C93D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C93D is #9936C2. Grayscale: #9B9B9B. Windows color (decimal): -10041027 or 4049254. OLE color: 4049254.

HSL color Cylindrical-coordinate representation of color #66C93D: hue angle of 102.43º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66C93D is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB10220161-
CMYK0.4900.700.21
HSL102.43º56.45%51.37%-
HSV(B)102.43º69.65%78.82%-
XYZ27.2144.9311.65-
YUV155.4474.789.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 201 (78.91% from 255) = 55.22%
BLUE value IS 61 (24.22% from 255) = 16.76%
R=28.02%
G=55.22%
B=16.76%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal102201610.4900.700.21102.4356.4551.37
Hex66C93D3104615663833
Octal14631175610106251467063
Binary11001101100100111110111000101000110101011100110111000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66C93D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,201,61); }

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

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

 a { background-color: rgb(102,201,61); }

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

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

 span { border-color: rgb(102,201,61); }

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