Html Css Color HEX #66A253 Apple

📋 copy color: '#66A253'

red 102 ◦ green 162 ◦ blue 83

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

Shades of Apple #66A253

Tints of Apple #66A253

RGB

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

 GREEN value IS 162 (63.67% from 255) = 46.69%

 BLUE value IS 83 (32.81% from 255) = 23.92%

R = 29.39%
G = 46.69%
B = 23.92%

CMYK

 C value IS 0.37

 M value IS 0

 Y value IS 0.49

 K value IS 0.36

RGB Variations

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

Color information

#66A253 (or 0x66A253) is known color: Apple. HEX triplet: 66, A2 and 53. RGB value is (102,162,83). Sum of RGB (Red+Green+Blue) = 102+162+83=347 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.39% from 347); Green value is 162 (63.67% from 255 or 46.69% from 347); Blue value is 83 (32.81% from 255 or 23.92% from 347); Max value from RGB is 162 - color contains mainly: green. Hex color #66A253 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #66A253 is #995DAC. Grayscale: #878787. Windows color (decimal): -10050989 or 5481062. OLE color: 5481062.

HSL color Cylindrical-coordinate representation of color #66A253: hue angle of 105.57º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #66A253 is Cyan = 0.37, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.36.

Color convert

RGB 102 162 83 -
CMYK 0.37 0 0.49 0.36
HSL 105.57º 0.32% 0.48% -
HSV(B) 105.57º 0.49% 0.64% -
XYZ 19.96 29.29 12.79 -
YUV 135.05 98.62 104.42 -
System Red Green Blue C M Y K H S L
Decimal 102 162 83 0.37 0 0.49 0.36 105.57 0.32 0.48
Hex 66 A2 53 25 0 31 24 6A 20 30
Octal 146 242 123 45 0 61 44 152 40 60
Binary 1100110 10100010 1010011 100101 0 110001 100100 1101010 100000 110000

Color Harmonies of #66A253

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66A253

Black with #66A253

Text Example


Text Example

White with #66A253

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,162,83); }

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

background-color css

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

 a { background-color: rgb(102,162,83); }

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

border-color css

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

 span { border-color: rgb(102,162,83); }

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