Html Css Color HEX #66C053 Apple

📋 copy color: '#66C053'

red 102 ◦ green 192 ◦ blue 83

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

Shades of Apple #66C053

Tints of Apple #66C053

RGB

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

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

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

R = 27.06%
G = 50.93%
B = 22.02%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.57

 K value IS 0.25

RGB Variations

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

Color information

#66C053 (or 0x66C053) is known color: Apple. HEX triplet: 66, C0 and 53. RGB value is (102,192,83). Sum of RGB (Red+Green+Blue) = 102+192+83=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 192 (75.39% from 255 or 50.93% from 377); Blue value is 83 (32.81% from 255 or 22.02% from 377); Max value from RGB is 192 - color contains mainly: green. Hex color #66C053 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C053 is #993FAC. Grayscale: #999999. Windows color (decimal): -10043309 or 5488742. OLE color: 5488742.

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

Color convert

RGB 102 192 83 -
CMYK 0.47 0 0.57 0.25
HSL 109.54º 0.46% 0.54% -
HSV(B) 109.54º 0.57% 0.75% -
XYZ 25.89 41.15 14.76 -
YUV 152.66 88.68 91.86 -
System Red Green Blue C M Y K H S L
Decimal 102 192 83 0.47 0 0.57 0.25 109.54 0.46 0.54
Hex 66 C0 53 2F 0 39 19 6E 2E 36
Octal 146 300 123 57 0 71 31 156 56 66
Binary 1100110 11000000 1010011 101111 0 111001 11001 1101110 101110 110110

Color Harmonies of #66C053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C053

Black with #66C053

Text Example


Text Example

White with #66C053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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