Html Css Color HEX #66BA56 Apple

📋 copy color: '#66BA56'

red 102 ◦ green 186 ◦ blue 86

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

Shades of Apple #66BA56

Tints of Apple #66BA56

RGB

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

 GREEN value IS 186 (73.05% from 255) = 49.73%

 BLUE value IS 86 (33.98% from 255) = 22.99%

R = 27.27%
G = 49.73%
B = 22.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#66BA56 (or 0x66BA56) is known color: Apple. HEX triplet: 66, BA and 56. RGB value is (102,186,86). Sum of RGB (Red+Green+Blue) = 102+186+86=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 186 (73.05% from 255 or 49.73% from 374); Blue value is 86 (33.98% from 255 or 22.99% from 374); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA56 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA56 is #9945A9. Grayscale: #959595. Windows color (decimal): -10044842 or 5683814. OLE color: 5683814.

HSL color Cylindrical-coordinate representation of color #66BA56: hue angle of 110.4º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #66BA56 is Cyan = 0.45, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.27.

Color convert

RGB 102 186 86 -
CMYK 0.45 0 0.54 0.27
HSL 110.4º 0.42% 0.53% -
HSV(B) 110.4º 0.54% 0.73% -
XYZ 24.72 38.61 14.95 -
YUV 149.48 92.17 94.13 -
System Red Green Blue C M Y K H S L
Decimal 102 186 86 0.45 0 0.54 0.27 110.4 0.42 0.53
Hex 66 BA 56 2D 0 36 1B 6E 2A 35
Octal 146 272 126 55 0 66 33 156 52 65
Binary 1100110 10111010 1010110 101101 0 110110 11011 1101110 101010 110101

Color Harmonies of #66BA56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA56

Black with #66BA56

Text Example


Text Example

White with #66BA56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,186,86); }

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

background-color css

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

 a { background-color: rgb(102,186,86); }

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

border-color css

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

 span { border-color: rgb(102,186,86); }

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