Html Css Color HEX #66C541 Apple

📋 copy color: '#66C541'

red 102 ◦ green 197 ◦ blue 65

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

Shades of Apple #66C541

Tints of Apple #66C541

RGB

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

 GREEN value IS 197 (77.34% from 255) = 54.12%

 BLUE value IS 65 (25.78% from 255) = 17.86%

R = 28.02%
G = 54.12%
B = 17.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#66C541 (or 0x66C541) is known color: Apple. HEX triplet: 66, C5 and 41. RGB value is (102,197,65). Sum of RGB (Red+Green+Blue) = 102+197+65=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 197 (77.34% from 255 or 54.12% from 364); Blue value is 65 (25.78% from 255 or 17.86% from 364); Max value from RGB is 197 - color contains mainly: green. Hex color #66C541 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C541 is #993ABE. Grayscale: #999999. Windows color (decimal): -10042047 or 4310374. OLE color: 4310374.

HSL color Cylindrical-coordinate representation of color #66C541: hue angle of 103.18º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #66C541 is Cyan = 0.48, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.23.

Color convert

RGB 102 197 65 -
CMYK 0.48 0 0.67 0.23
HSL 103.18º 0.53% 0.51% -
HSV(B) 103.18º 0.67% 0.77% -
XYZ 26.4 43.14 11.94 -
YUV 153.55 78.03 91.23 -
System Red Green Blue C M Y K H S L
Decimal 102 197 65 0.48 0 0.67 0.23 103.18 0.53 0.51
Hex 66 C5 41 30 0 43 17 67 35 33
Octal 146 305 101 60 0 103 27 147 65 63
Binary 1100110 11000101 1000001 110000 0 1000011 10111 1100111 110101 110011

Color Harmonies of #66C541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C541

Black with #66C541

Text Example


Text Example

White with #66C541

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,197,65); }

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

background-color css

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

 a { background-color: rgb(102,197,65); }

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

border-color css

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

 span { border-color: rgb(102,197,65); }

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