Html Css Color HEX #66C950 Apple

📋 copy color: '#66C950'

red 102 ◦ green 201 ◦ blue 80

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

Shades of Apple #66C950

Tints of Apple #66C950

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.48%

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

R = 26.63%
G = 52.48%
B = 20.89%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.60

 K value IS 0.21

RGB Variations

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

Color information

#66C950 (or 0x66C950) is known color: Apple. HEX triplet: 66, C9 and 50. RGB value is (102,201,80). Sum of RGB (Red+Green+Blue) = 102+201+80=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 201 (78.91% from 255 or 52.48% from 383); Blue value is 80 (31.64% from 255 or 20.89% from 383); Max value from RGB is 201 - color contains mainly: green. Hex color #66C950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C950 is #9936AF. Grayscale: #9D9D9D. Windows color (decimal): -10041008 or 5294438. OLE color: 5294438.

HSL color Cylindrical-coordinate representation of color #66C950: hue angle of 109.09º degrees, saturation: 0.53, 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 #66C950 is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.21.

Color convert

RGB 102 201 80 -
CMYK 0.49 0 0.60 0.21
HSL 109.09º 0.53% 0.55% -
HSV(B) 109.09º 0.6% 0.79% -
XYZ 27.81 45.18 14.84 -
YUV 157.61 84.2 88.34 -
System Red Green Blue C M Y K H S L
Decimal 102 201 80 0.49 0 0.60 0.21 109.09 0.53 0.55
Hex 66 C9 50 31 0 3C 15 6D 35 37
Octal 146 311 120 61 0 74 25 155 65 67
Binary 1100110 11001001 1010000 110001 0 111100 10101 1101101 110101 110111

Color Harmonies of #66C950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C950

Black with #66C950

Text Example


Text Example

White with #66C950

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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