Html Css Color HEX #66C242 Apple

📋 copy color: '#66C242'

red 102 ◦ green 194 ◦ blue 66

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

Shades of Apple #66C242

Tints of Apple #66C242

RGB

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

 GREEN value IS 194 (76.17% from 255) = 53.59%

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

R = 28.18%
G = 53.59%
B = 18.23%

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

#66C242 (or 0x66C242) is known color: Apple. HEX triplet: 66, C2 and 42. RGB value is (102,194,66). Sum of RGB (Red+Green+Blue) = 102+194+66=362 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.18% from 362); Green value is 194 (76.17% from 255 or 53.59% from 362); Blue value is 66 (26.17% from 255 or 18.23% from 362); Max value from RGB is 194 - color contains mainly: green. Hex color #66C242 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C242 is #993DBD. Grayscale: #989898. Windows color (decimal): -10042814 or 4375142. OLE color: 4375142.

HSL color Cylindrical-coordinate representation of color #66C242: hue angle of 103.12º 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 #66C242 is Cyan = 0.47, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 194 66 -
CMYK 0.47 0 0.66 0.24
HSL 103.13º 0.51% 0.51% -
HSV(B) 103.13º 0.66% 0.76% -
XYZ 25.75 41.8 11.87 -
YUV 151.9 79.52 92.41 -
System Red Green Blue C M Y K H S L
Decimal 102 194 66 0.47 0 0.66 0.24 103.13 0.51 0.51
Hex 66 C2 42 2F 0 42 18 67 33 33
Octal 146 302 102 57 0 102 30 147 63 63
Binary 1100110 11000010 1000010 101111 0 1000010 11000 1100111 110011 110011

Color Harmonies of #66C242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C242

Black with #66C242

Text Example


Text Example

White with #66C242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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