Html Css Color HEX #66BB50 Apple

📋 copy color: '#66BB50'

red 102 ◦ green 187 ◦ blue 80

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

Shades of Apple #66BB50

Tints of Apple #66BB50

RGB

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

 GREEN value IS 187 (73.44% from 255) = 50.68%

 BLUE value IS 80 (31.64% from 255) = 21.68%

R = 27.64%
G = 50.68%
B = 21.68%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.57

 K value IS 0.27

RGB Variations

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

Color information

#66BB50 (or 0x66BB50) is known color: Apple. HEX triplet: 66, BB and 50. RGB value is (102,187,80). Sum of RGB (Red+Green+Blue) = 102+187+80=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 187 (73.44% from 255 or 50.68% from 369); Blue value is 80 (31.64% from 255 or 21.68% from 369); Max value from RGB is 187 - color contains mainly: green. Hex color #66BB50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BB50 is #9944AF. Grayscale: #959595. Windows color (decimal): -10044592 or 5290854. OLE color: 5290854.

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

Color convert

RGB 102 187 80 -
CMYK 0.45 0 0.57 0.27
HSL 107.66º 0.44% 0.52% -
HSV(B) 107.66º 0.57% 0.73% -
XYZ 24.7 38.94 13.8 -
YUV 149.39 88.84 94.2 -
System Red Green Blue C M Y K H S L
Decimal 102 187 80 0.45 0 0.57 0.27 107.66 0.44 0.52
Hex 66 BB 50 2D 0 39 1B 6C 2C 34
Octal 146 273 120 55 0 71 33 154 54 64
Binary 1100110 10111011 1010000 101101 0 111001 11011 1101100 101100 110100

Color Harmonies of #66BB50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BB50

Black with #66BB50

Text Example


Text Example

White with #66BB50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,187,80); }

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

background-color css

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

 a { background-color: rgb(102,187,80); }

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

border-color css

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

 span { border-color: rgb(102,187,80); }

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