Html Css Color HEX #66BA5B Apple

📋 copy color: '#66BA5B'

red 102 ◦ green 186 ◦ blue 91

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

Shades of Apple #66BA5B

Tints of Apple #66BA5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 24.01%

R = 26.91%
G = 49.08%
B = 24.01%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.51

 K value IS 0.27

RGB Variations

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

Color information

#66BA5B (or 0x66BA5B) is known color: Apple. HEX triplet: 66, BA and 5B. RGB value is (102,186,91). Sum of RGB (Red+Green+Blue) = 102+186+91=379 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.91% from 379); Green value is 186 (73.05% from 255 or 49.08% from 379); Blue value is 91 (35.94% from 255 or 24.01% from 379); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA5B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66BA5B is #9945A4. Grayscale: #969696. Windows color (decimal): -10044837 or 6011494. OLE color: 6011494.

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

Color convert

RGB 102 186 91 -
CMYK 0.45 0 0.51 0.27
HSL 113.05º 0.41% 0.54% -
HSV(B) 113.05º 0.51% 0.73% -
XYZ 24.93 38.7 16.05 -
YUV 150.05 94.67 93.72 -
System Red Green Blue C M Y K H S L
Decimal 102 186 91 0.45 0 0.51 0.27 113.05 0.41 0.54
Hex 66 BA 5B 2D 0 33 1B 71 29 36
Octal 146 272 133 55 0 63 33 161 51 66
Binary 1100110 10111010 1011011 101101 0 110011 11011 1110001 101001 110110

Color Harmonies of #66BA5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA5B

Black with #66BA5B

Text Example


Text Example

White with #66BA5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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