Html Css Color HEX #66C051 Apple

📋 copy color: '#66C051'

red 102 ◦ green 192 ◦ blue 81

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

Shades of Apple #66C051

Tints of Apple #66C051

RGB

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

 GREEN value IS 192 (75.39% from 255) = 51.2%

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

R = 27.2%
G = 51.2%
B = 21.6%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.58

 K value IS 0.25

RGB Variations

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

Color information

#66C051 (or 0x66C051) is known color: Apple. HEX triplet: 66, C0 and 51. RGB value is (102,192,81). Sum of RGB (Red+Green+Blue) = 102+192+81=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 81 (32.03% from 255 or 21.6% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #66C051 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C051 is #993FAE. Grayscale: #989898. Windows color (decimal): -10043311 or 5357670. OLE color: 5357670.

HSL color Cylindrical-coordinate representation of color #66C051: hue angle of 108.65º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66C051 is Cyan = 0.47, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 192 81 -
CMYK 0.47 0 0.58 0.25
HSL 108.65º 0.47% 0.54% -
HSV(B) 108.65º 0.58% 0.75% -
XYZ 25.81 41.12 14.36 -
YUV 152.44 87.68 92.03 -
System Red Green Blue C M Y K H S L
Decimal 102 192 81 0.47 0 0.58 0.25 108.65 0.47 0.54
Hex 66 C0 51 2F 0 3A 19 6D 2F 36
Octal 146 300 121 57 0 72 31 155 57 66
Binary 1100110 11000000 1010001 101111 0 111010 11001 1101101 101111 110110

Color Harmonies of #66C051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C051

Black with #66C051

Text Example


Text Example

White with #66C051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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