Html Css Color HEX #66BC40 Apple

📋 copy color: '#66BC40'

red 102 ◦ green 188 ◦ blue 64

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

Shades of Apple #66BC40

Tints of Apple #66BC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.11%

 BLUE value IS 64 (25.39% from 255) = 18.08%

R = 28.81%
G = 53.11%
B = 18.08%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#66BC40 (or 0x66BC40) is known color: Apple. HEX triplet: 66, BC and 40. RGB value is (102,188,64). Sum of RGB (Red+Green+Blue) = 102+188+64=354 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.81% from 354); Green value is 188 (73.83% from 255 or 53.11% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 188 - color contains mainly: green. Hex color #66BC40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BC40 is #9943BF. Grayscale: #949494. Windows color (decimal): -10044352 or 4242534. OLE color: 4242534.

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

Color convert

RGB 102 188 64 -
CMYK 0.46 0 0.66 0.26
HSL 101.61º 0.49% 0.49% -
HSV(B) 101.61º 0.66% 0.74% -
XYZ 24.39 39.16 11.12 -
YUV 148.15 80.51 95.08 -
System Red Green Blue C M Y K H S L
Decimal 102 188 64 0.46 0 0.66 0.26 101.61 0.49 0.49
Hex 66 BC 40 2E 0 42 1A 66 31 31
Octal 146 274 100 56 0 102 32 146 61 61
Binary 1100110 10111100 1000000 101110 0 1000010 11010 1100110 110001 110001

Color Harmonies of #66BC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BC40

Black with #66BC40

Text Example


Text Example

White with #66BC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,188,64); }

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

background-color css

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

 a { background-color: rgb(102,188,64); }

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

border-color css

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

 span { border-color: rgb(102,188,64); }

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