Html Css Color HEX #66C646 Apple

📋 copy color: '#66C646'

red 102 ◦ green 198 ◦ blue 70

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

Shades of Apple #66C646

Tints of Apple #66C646

RGB

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

 GREEN value IS 198 (77.73% from 255) = 53.51%

 BLUE value IS 70 (27.73% from 255) = 18.92%

R = 27.57%
G = 53.51%
B = 18.92%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.65

 K value IS 0.22

RGB Variations

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

Color information

#66C646 (or 0x66C646) is known color: Apple. HEX triplet: 66, C6 and 46. RGB value is (102,198,70). Sum of RGB (Red+Green+Blue) = 102+198+70=370 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.57% from 370); Green value is 198 (77.73% from 255 or 53.51% from 370); Blue value is 70 (27.73% from 255 or 18.92% from 370); Max value from RGB is 198 - color contains mainly: green. Hex color #66C646 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C646 is #9939B9. Grayscale: #9B9B9B. Windows color (decimal): -10041786 or 4638310. OLE color: 4638310.

HSL color Cylindrical-coordinate representation of color #66C646: hue angle of 105º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #66C646 is Cyan = 0.48, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 198 70 -
CMYK 0.48 0 0.65 0.22
HSL 105º 0.53% 0.53% -
HSV(B) 105º 0.65% 0.78% -
XYZ 26.78 43.66 12.81 -
YUV 154.7 80.2 90.41 -
System Red Green Blue C M Y K H S L
Decimal 102 198 70 0.48 0 0.65 0.22 105 0.53 0.53
Hex 66 C6 46 30 0 41 16 69 35 35
Octal 146 306 106 60 0 101 26 151 65 65
Binary 1100110 11000110 1000110 110000 0 1000001 10110 1101001 110101 110101

Color Harmonies of #66C646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C646

Black with #66C646

Text Example


Text Example

White with #66C646

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,198,70); }

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

background-color css

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

 a { background-color: rgb(102,198,70); }

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

border-color css

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

 span { border-color: rgb(102,198,70); }

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