Html Css Color HEX #66BD40 Apple

📋 copy color: '#66BD40'

red 102 ◦ green 189 ◦ blue 64

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

Shades of Apple #66BD40

Tints of Apple #66BD40

RGB

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

 GREEN value IS 189 (74.22% from 255) = 53.24%

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

R = 28.73%
G = 53.24%
B = 18.03%

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

#66BD40 (or 0x66BD40) is known color: Apple. HEX triplet: 66, BD and 40. RGB value is (102,189,64). Sum of RGB (Red+Green+Blue) = 102+189+64=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 189 (74.22% from 255 or 53.24% from 355); Blue value is 64 (25.39% from 255 or 18.03% from 355); Max value from RGB is 189 - color contains mainly: green. Hex color #66BD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66BD40 is #9942BF. Grayscale: #959595. Windows color (decimal): -10044096 or 4242790. OLE color: 4242790.

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

Color convert

RGB 102 189 64 -
CMYK 0.46 0 0.66 0.26
HSL 101.76º 0.49% 0.5% -
HSV(B) 101.76º 0.66% 0.74% -
XYZ 24.6 39.59 11.2 -
YUV 148.74 80.18 94.66 -
System Red Green Blue C M Y K H S L
Decimal 102 189 64 0.46 0 0.66 0.26 101.76 0.49 0.5
Hex 66 BD 40 2E 0 42 1A 66 31 32
Octal 146 275 100 56 0 102 32 146 61 62
Binary 1100110 10111101 1000000 101110 0 1000010 11010 1100110 110001 110010

Color Harmonies of #66BD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66BD40

Black with #66BD40

Text Example


Text Example

White with #66BD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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