Html Css Color HEX #66BA3F Apple

📋 copy color: '#66BA3F'

red 102 ◦ green 186 ◦ blue 63

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

Shades of Apple #66BA3F

Tints of Apple #66BA3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 17.95%

R = 29.06%
G = 52.99%
B = 17.95%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.66

 K value IS 0.27

RGB Variations

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

Color information

#66BA3F (or 0x66BA3F) is known color: Apple. HEX triplet: 66, BA and 3F. RGB value is (102,186,63). Sum of RGB (Red+Green+Blue) = 102+186+63=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 186 (73.05% from 255 or 52.99% from 351); Blue value is 63 (25% from 255 or 17.95% from 351); Max value from RGB is 186 - color contains mainly: green. Hex color #66BA3F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BA3F is #9945C0. Grayscale: #939393. Windows color (decimal): -10044865 or 4176486. OLE color: 4176486.

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

Color convert

RGB 102 186 63 -
CMYK 0.45 0 0.66 0.27
HSL 100.98º 0.49% 0.49% -
HSV(B) 100.98º 0.66% 0.73% -
XYZ 23.94 38.3 10.83 -
YUV 146.86 80.67 96 -
System Red Green Blue C M Y K H S L
Decimal 102 186 63 0.45 0 0.66 0.27 100.98 0.49 0.49
Hex 66 BA 3F 2D 0 42 1B 65 31 31
Octal 146 272 77 55 0 102 33 145 61 61
Binary 1100110 10111010 111111 101101 0 1000010 11011 1100101 110001 110001

Color Harmonies of #66BA3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BA3F

Black with #66BA3F

Text Example


Text Example

White with #66BA3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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