Html Css Color HEX #66C147 Apple

📋 copy color: '#66C147'

red 102 ◦ green 193 ◦ blue 71

#66C147
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #66C147

Tints of Apple #66C147

RGB

 RED value IS 102 (40.23% from 255) = 27.87%

 GREEN value IS 193 (75.78% from 255) = 52.73%

 BLUE value IS 71 (28.13% from 255) = 19.4%

R = 27.87%
G = 52.73%
B = 19.4%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#66C147 (or 0x66C147) is known color: Apple. HEX triplet: 66, C1 and 47. RGB value is (102,193,71). Sum of RGB (Red+Green+Blue) = 102+193+71=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 193 (75.78% from 255 or 52.73% from 366); Blue value is 71 (28.12% from 255 or 19.40% from 366); Max value from RGB is 193 - color contains mainly: green. Hex color #66C147 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C147 is #993EB8. Grayscale: #989898. Windows color (decimal): -10043065 or 4702566. OLE color: 4702566.

HSL color Cylindrical-coordinate representation of color #66C147: hue angle of 104.75º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66C147 is Cyan = 0.47, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 193 71 -
CMYK 0.47 0 0.63 0.24
HSL 104.75º 0.5% 0.52% -
HSV(B) 104.75º 0.63% 0.76% -
XYZ 25.69 41.42 12.6 -
YUV 151.88 82.35 92.42 -
System Red Green Blue C M Y K H S L
Decimal 102 193 71 0.47 0 0.63 0.24 104.75 0.5 0.52
Hex 66 C1 47 2F 0 3F 18 69 32 34
Octal 146 301 107 57 0 77 30 151 62 64
Binary 1100110 11000001 1000111 101111 0 111111 11000 1101001 110010 110100

Color Harmonies of #66C147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C147

Black with #66C147

Text Example


Text Example

White with #66C147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,193,71); }

 H1.HeaderClassName
 {
   color: #66C147;
 }
 .AnyTagClassName
 {
   color: #66C147;
 }
</style>

background-color css

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

 a { background-color: rgb(102,193,71); }

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

border-color css

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

 span { border-color: rgb(102,193,71); }

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