Html Css Color HEX #66C12C Apple

📋 copy color: '#66C12C'

red 102 ◦ green 193 ◦ blue 44

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

Shades of Apple #66C12C

Tints of Apple #66C12C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 12.98%

R = 30.09%
G = 56.93%
B = 12.98%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.77

 K value IS 0.24

RGB Variations

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

Color information

#66C12C (or 0x66C12C) is known color: Apple. HEX triplet: 66, C1 and 2C. RGB value is (102,193,44). Sum of RGB (Red+Green+Blue) = 102+193+44=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 193 (75.78% from 255 or 56.93% from 339); Blue value is 44 (17.58% from 255 or 12.98% from 339); Max value from RGB is 193 - color contains mainly: green. Hex color #66C12C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C12C is #993ED3. Grayscale: #959595. Windows color (decimal): -10043092 or 2933094. OLE color: 2933094.

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

Color convert

RGB 102 193 44 -
CMYK 0.47 0 0.77 0.24
HSL 96.64º 0.63% 0.46% -
HSV(B) 96.64º 0.77% 0.76% -
XYZ 25 41.15 9.01 -
YUV 148.81 68.85 94.62 -
System Red Green Blue C M Y K H S L
Decimal 102 193 44 0.47 0 0.77 0.24 96.64 0.63 0.46
Hex 66 C1 2C 2F 0 4D 18 61 3F 2E
Octal 146 301 54 57 0 115 30 141 77 56
Binary 1100110 11000001 101100 101111 0 1001101 11000 1100001 111111 101110

Color Harmonies of #66C12C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C12C

Black with #66C12C

Text Example


Text Example

White with #66C12C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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