Html Css Color HEX #66DA46 Apple

📋 copy color: '#66DA46'

red 102 ◦ green 218 ◦ blue 70

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

Shades of Apple #66DA46

Tints of Apple #66DA46

RGB

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

 GREEN value IS 218 (85.55% from 255) = 55.9%

 BLUE value IS 70 (27.73% from 255) = 17.95%

R = 26.15%
G = 55.9%
B = 17.95%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.68

 K value IS 0.15

RGB Variations

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

Color information

#66DA46 (or 0x66DA46) is known color: Apple. HEX triplet: 66, DA and 46. RGB value is (102,218,70). Sum of RGB (Red+Green+Blue) = 102+218+70=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 218 (85.55% from 255 or 55.90% from 390); Blue value is 70 (27.73% from 255 or 17.95% from 390); Max value from RGB is 218 - color contains mainly: green. Hex color #66DA46 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66DA46 is #9925B9. Grayscale: #A6A6A6. Windows color (decimal): -10036666 or 4643430. OLE color: 4643430.

HSL color Cylindrical-coordinate representation of color #66DA46: hue angle of 107.03º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #66DA46 is Cyan = 0.53, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 218 70 -
CMYK 0.53 0 0.68 0.15
HSL 107.03º 0.67% 0.56% -
HSV(B) 107.03º 0.68% 0.85% -
XYZ 31.66 53.41 14.44 -
YUV 166.44 73.57 82.03 -
System Red Green Blue C M Y K H S L
Decimal 102 218 70 0.53 0 0.68 0.15 107.03 0.67 0.56
Hex 66 DA 46 35 0 44 F 6B 43 38
Octal 146 332 106 65 0 104 17 153 103 70
Binary 1100110 11011010 1000110 110101 0 1000100 1111 1101011 1000011 111000

Color Harmonies of #66DA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66DA46

Black with #66DA46

Text Example


Text Example

White with #66DA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,218,70); }

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

background-color css

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

 a { background-color: rgb(102,218,70); }

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

border-color css

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

 span { border-color: rgb(102,218,70); }

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