Html Css Color HEX #66B45B Apple

📋 copy color: '#66B45B'

red 102 ◦ green 180 ◦ blue 91

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

Shades of Apple #66B45B

Tints of Apple #66B45B

RGB

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

 GREEN value IS 180 (70.7% from 255) = 48.26%

 BLUE value IS 91 (35.94% from 255) = 24.4%

R = 27.35%
G = 48.26%
B = 24.4%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.49

 K value IS 0.29

RGB Variations

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

Color information

#66B45B (or 0x66B45B) is known color: Apple. HEX triplet: 66, B4 and 5B. RGB value is (102,180,91). Sum of RGB (Red+Green+Blue) = 102+180+91=373 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.35% from 373); Green value is 180 (70.70% from 255 or 48.26% from 373); Blue value is 91 (35.94% from 255 or 24.40% from 373); Max value from RGB is 180 - color contains mainly: green. Hex color #66B45B is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66B45B is #994BA4. Grayscale: #929292. Windows color (decimal): -10046373 or 6009958. OLE color: 6009958.

HSL color Cylindrical-coordinate representation of color #66B45B: hue angle of 112.58º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66B45B is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB 102 180 91 -
CMYK 0.43 0 0.49 0.29
HSL 112.58º 0.37% 0.53% -
HSV(B) 112.58º 0.49% 0.71% -
XYZ 23.69 36.22 15.64 -
YUV 146.53 96.66 96.24 -
System Red Green Blue C M Y K H S L
Decimal 102 180 91 0.43 0 0.49 0.29 112.58 0.37 0.53
Hex 66 B4 5B 2B 0 31 1D 71 25 35
Octal 146 264 133 53 0 61 35 161 45 65
Binary 1100110 10110100 1011011 101011 0 110001 11101 1110001 100101 110101

Color Harmonies of #66B45B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66B45B

Black with #66B45B

Text Example


Text Example

White with #66B45B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,180,91); }

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

background-color css

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

 a { background-color: rgb(102,180,91); }

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

border-color css

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

 span { border-color: rgb(102,180,91); }

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