Html Css Color HEX #66B54D Apple

📋 copy color: '#66B54D'

red 102 ◦ green 181 ◦ blue 77

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

Shades of Apple #66B54D

Tints of Apple #66B54D

RGB

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

 GREEN value IS 181 (71.09% from 255) = 50.28%

 BLUE value IS 77 (30.47% from 255) = 21.39%

R = 28.33%
G = 50.28%
B = 21.39%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.57

 K value IS 0.29

RGB Variations

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

Color information

#66B54D (or 0x66B54D) is known color: Apple. HEX triplet: 66, B5 and 4D. RGB value is (102,181,77). Sum of RGB (Red+Green+Blue) = 102+181+77=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 181 (71.09% from 255 or 50.28% from 360); Blue value is 77 (30.47% from 255 or 21.39% from 360); Max value from RGB is 181 - color contains mainly: green. Hex color #66B54D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B54D is #994AB2. Grayscale: #919191. Windows color (decimal): -10046131 or 5092710. OLE color: 5092710.

HSL color Cylindrical-coordinate representation of color #66B54D: hue angle of 105.58º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #66B54D is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 181 77 -
CMYK 0.44 0 0.57 0.29
HSL 105.58º 0.41% 0.51% -
HSV(B) 105.58º 0.57% 0.71% -
XYZ 23.34 36.41 12.82 -
YUV 145.52 89.33 96.96 -
System Red Green Blue C M Y K H S L
Decimal 102 181 77 0.44 0 0.57 0.29 105.58 0.41 0.51
Hex 66 B5 4D 2C 0 39 1D 6A 29 33
Octal 146 265 115 54 0 71 35 152 51 63
Binary 1100110 10110101 1001101 101100 0 111001 11101 1101010 101001 110011

Color Harmonies of #66B54D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B54D

Black with #66B54D

Text Example


Text Example

White with #66B54D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,181,77); }

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

background-color css

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

 a { background-color: rgb(102,181,77); }

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

border-color css

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

 span { border-color: rgb(102,181,77); }

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