Html Css Color HEX #66CA50 Apple

📋 copy color: '#66CA50'

red 102 ◦ green 202 ◦ blue 80

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

Shades of Apple #66CA50

Tints of Apple #66CA50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.83%

R = 26.56%
G = 52.6%
B = 20.83%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#66CA50 (or 0x66CA50) is known color: Apple. HEX triplet: 66, CA and 50. RGB value is (102,202,80). Sum of RGB (Red+Green+Blue) = 102+202+80=384 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.56% from 384); Green value is 202 (79.30% from 255 or 52.60% from 384); Blue value is 80 (31.64% from 255 or 20.83% from 384); Max value from RGB is 202 - color contains mainly: green. Hex color #66CA50 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CA50 is #9935AF. Grayscale: #9E9E9E. Windows color (decimal): -10040752 or 5294694. OLE color: 5294694.

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

Color convert

RGB 102 202 80 -
CMYK 0.50 0 0.60 0.21
HSL 109.18º 0.54% 0.55% -
HSV(B) 109.18º 0.6% 0.79% -
XYZ 28.05 45.65 14.92 -
YUV 158.19 83.87 87.92 -
System Red Green Blue C M Y K H S L
Decimal 102 202 80 0.50 0 0.60 0.21 109.18 0.54 0.55
Hex 66 CA 50 32 0 3C 15 6D 36 37
Octal 146 312 120 62 0 74 25 155 66 67
Binary 1100110 11001010 1010000 110010 0 111100 10101 1101101 110110 110111

Color Harmonies of #66CA50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CA50

Black with #66CA50

Text Example


Text Example

White with #66CA50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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