Html Css Color HEX #66C250 Apple

📋 copy color: '#66C250'

red 102 ◦ green 194 ◦ blue 80

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

Shades of Apple #66C250

Tints of Apple #66C250

RGB

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

 GREEN value IS 194 (76.17% from 255) = 51.6%

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

R = 27.13%
G = 51.6%
B = 21.28%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.59

 K value IS 0.24

RGB Variations

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

Color information

#66C250 (or 0x66C250) is known color: Apple. HEX triplet: 66, C2 and 50. RGB value is (102,194,80). Sum of RGB (Red+Green+Blue) = 102+194+80=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 194 (76.17% from 255 or 51.60% from 376); Blue value is 80 (31.64% from 255 or 21.28% from 376); Max value from RGB is 194 - color contains mainly: green. Hex color #66C250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C250 is #993DAF. Grayscale: #999999. Windows color (decimal): -10042800 or 5292646. OLE color: 5292646.

HSL color Cylindrical-coordinate representation of color #66C250: hue angle of 108.42º degrees, saturation: 0.48, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #66C250 is Cyan = 0.47, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 194 80 -
CMYK 0.47 0 0.59 0.24
HSL 108.42º 0.48% 0.54% -
HSV(B) 108.42º 0.59% 0.76% -
XYZ 26.22 41.99 14.31 -
YUV 153.5 86.52 91.27 -
System Red Green Blue C M Y K H S L
Decimal 102 194 80 0.47 0 0.59 0.24 108.42 0.48 0.54
Hex 66 C2 50 2F 0 3B 18 6C 30 36
Octal 146 302 120 57 0 73 30 154 60 66
Binary 1100110 11000010 1010000 101111 0 111011 11000 1101100 110000 110110

Color Harmonies of #66C250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C250

Black with #66C250

Text Example


Text Example

White with #66C250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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