Html Css Color HEX #66D850 Apple

📋 copy color: '#66D850'

red 102 ◦ green 216 ◦ blue 80

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

Shades of Apple #66D850

Tints of Apple #66D850

RGB

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

 GREEN value IS 216 (84.77% from 255) = 54.27%

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

R = 25.63%
G = 54.27%
B = 20.1%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.63

 K value IS 0.15

RGB Variations

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

Color information

#66D850 (or 0x66D850) is known color: Apple. HEX triplet: 66, D8 and 50. RGB value is (102,216,80). Sum of RGB (Red+Green+Blue) = 102+216+80=398 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.63% from 398); Green value is 216 (84.77% from 255 or 54.27% from 398); Blue value is 80 (31.64% from 255 or 20.10% from 398); Max value from RGB is 216 - color contains mainly: green. Hex color #66D850 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D850 is #9927AF. Grayscale: #A6A6A6. Windows color (decimal): -10037168 or 5298278. OLE color: 5298278.

HSL color Cylindrical-coordinate representation of color #66D850: hue angle of 110.29º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66D850 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 216 80 -
CMYK 0.53 0 0.63 0.15
HSL 110.29º 0.64% 0.58% -
HSV(B) 110.29º 0.63% 0.85% -
XYZ 31.48 52.52 16.07 -
YUV 166.41 79.23 82.06 -
System Red Green Blue C M Y K H S L
Decimal 102 216 80 0.53 0 0.63 0.15 110.29 0.64 0.58
Hex 66 D8 50 35 0 3F F 6E 40 3A
Octal 146 330 120 65 0 77 17 156 100 72
Binary 1100110 11011000 1010000 110101 0 111111 1111 1101110 1000000 111010

Color Harmonies of #66D850

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D850

Black with #66D850

Text Example


Text Example

White with #66D850

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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