Html Css Color HEX #66D250 Apple

📋 copy color: '#66D250'

red 102 ◦ green 210 ◦ blue 80

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

Shades of Apple #66D250

Tints of Apple #66D250

RGB

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

 GREEN value IS 210 (82.42% from 255) = 53.57%

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

R = 26.02%
G = 53.57%
B = 20.41%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.62

 K value IS 0.18

RGB Variations

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

Color information

#66D250 (or 0x66D250) is known color: Apple. HEX triplet: 66, D2 and 50. RGB value is (102,210,80). Sum of RGB (Red+Green+Blue) = 102+210+80=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 210 (82.42% from 255 or 53.57% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 210 - color contains mainly: green. Hex color #66D250 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D250 is #992DAF. Grayscale: #A3A3A3. Windows color (decimal): -10038704 or 5296742. OLE color: 5296742.

HSL color Cylindrical-coordinate representation of color #66D250: hue angle of 109.85º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #66D250 is Cyan = 0.51, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB 102 210 80 -
CMYK 0.51 0 0.62 0.18
HSL 109.85º 0.59% 0.57% -
HSV(B) 109.85º 0.62% 0.82% -
XYZ 29.97 49.5 15.56 -
YUV 162.89 81.22 84.57 -
System Red Green Blue C M Y K H S L
Decimal 102 210 80 0.51 0 0.62 0.18 109.85 0.59 0.57
Hex 66 D2 50 33 0 3E 12 6E 3B 39
Octal 146 322 120 63 0 76 22 156 73 71
Binary 1100110 11010010 1010000 110011 0 111110 10010 1101110 111011 111001

Color Harmonies of #66D250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D250

Black with #66D250

Text Example


Text Example

White with #66D250

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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