Html Css Color HEX #66C142 Apple

📋 copy color: '#66C142'

red 102 ◦ green 193 ◦ blue 66

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

Shades of Apple #66C142

Tints of Apple #66C142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 28.25%
G = 53.46%
B = 18.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#66C142 (or 0x66C142) is known color: Apple. HEX triplet: 66, C1 and 42. RGB value is (102,193,66). Sum of RGB (Red+Green+Blue) = 102+193+66=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 193 (75.78% from 255 or 53.46% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 193 - color contains mainly: green. Hex color #66C142 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C142 is #993EBD. Grayscale: #979797. Windows color (decimal): -10043070 or 4374886. OLE color: 4374886.

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

Color convert

RGB 102 193 66 -
CMYK 0.47 0 0.66 0.24
HSL 102.99º 0.51% 0.51% -
HSV(B) 102.99º 0.66% 0.76% -
XYZ 25.53 41.36 11.79 -
YUV 151.31 79.85 92.83 -
System Red Green Blue C M Y K H S L
Decimal 102 193 66 0.47 0 0.66 0.24 102.99 0.51 0.51
Hex 66 C1 42 2F 0 42 18 67 33 33
Octal 146 301 102 57 0 102 30 147 63 63
Binary 1100110 11000001 1000010 101111 0 1000010 11000 1100111 110011 110011

Color Harmonies of #66C142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C142

Black with #66C142

Text Example


Text Example

White with #66C142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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