Html Css Color HEX #66D051 Apple

📋 copy color: '#66D051'

red 102 ◦ green 208 ◦ blue 81

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

Shades of Apple #66D051

Tints of Apple #66D051

RGB

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

 GREEN value IS 208 (81.64% from 255) = 53.2%

 BLUE value IS 81 (32.03% from 255) = 20.72%

R = 26.09%
G = 53.2%
B = 20.72%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#66D051 (or 0x66D051) is known color: Apple. HEX triplet: 66, D0 and 51. RGB value is (102,208,81). Sum of RGB (Red+Green+Blue) = 102+208+81=391 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.09% from 391); Green value is 208 (81.64% from 255 or 53.20% from 391); Blue value is 81 (32.03% from 255 or 20.72% from 391); Max value from RGB is 208 - color contains mainly: green. Hex color #66D051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D051 is #992FAE. Grayscale: #A2A2A2. Windows color (decimal): -10039215 or 5361766. OLE color: 5361766.

HSL color Cylindrical-coordinate representation of color #66D051: hue angle of 110.08º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66D051 is Cyan = 0.51, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 208 81 -
CMYK 0.51 0 0.61 0.18
HSL 110.08º 0.57% 0.57% -
HSV(B) 110.08º 0.61% 0.82% -
XYZ 29.52 48.53 15.6 -
YUV 161.83 82.38 85.33 -
System Red Green Blue C M Y K H S L
Decimal 102 208 81 0.51 0 0.61 0.18 110.08 0.57 0.57
Hex 66 D0 51 33 0 3D 12 6E 39 39
Octal 146 320 121 63 0 75 22 156 71 71
Binary 1100110 11010000 1010001 110011 0 111101 10010 1101110 111001 111001

Color Harmonies of #66D051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D051

Black with #66D051

Text Example


Text Example

White with #66D051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,208,81); }

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

background-color css

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

 a { background-color: rgb(102,208,81); }

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

border-color css

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

 span { border-color: rgb(102,208,81); }

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