Html Css Color HEX #66CA49 Apple

📋 copy color: '#66CA49'

red 102 ◦ green 202 ◦ blue 73

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

Shades of Apple #66CA49

Tints of Apple #66CA49

RGB

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

 GREEN value IS 202 (79.3% from 255) = 53.58%

 BLUE value IS 73 (28.91% from 255) = 19.36%

R = 27.06%
G = 53.58%
B = 19.36%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.64

 K value IS 0.21

RGB Variations

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

Color information

#66CA49 (or 0x66CA49) is known color: Apple. HEX triplet: 66, CA and 49. RGB value is (102,202,73). Sum of RGB (Red+Green+Blue) = 102+202+73=377 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.06% from 377); Green value is 202 (79.30% from 255 or 53.58% from 377); Blue value is 73 (28.91% from 255 or 19.36% from 377); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA49 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CA49 is #9935B6. Grayscale: #9D9D9D. Windows color (decimal): -10040759 or 4835942. OLE color: 4835942.

HSL color Cylindrical-coordinate representation of color #66CA49: hue angle of 106.51º degrees, saturation: 0.55, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66CA49 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 202 73 -
CMYK 0.50 0 0.64 0.21
HSL 106.51º 0.55% 0.54% -
HSV(B) 106.51º 0.64% 0.79% -
XYZ 27.8 45.55 13.63 -
YUV 157.39 80.37 88.49 -
System Red Green Blue C M Y K H S L
Decimal 102 202 73 0.50 0 0.64 0.21 106.51 0.55 0.54
Hex 66 CA 49 32 0 40 15 6B 37 36
Octal 146 312 111 62 0 100 25 153 67 66
Binary 1100110 11001010 1001001 110010 0 1000000 10101 1101011 110111 110110

Color Harmonies of #66CA49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA49

Black with #66CA49

Text Example


Text Example

White with #66CA49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,202,73); }

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

background-color css

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

 a { background-color: rgb(102,202,73); }

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

border-color css

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

 span { border-color: rgb(102,202,73); }

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