Html Css Color HEX #66D82F Apple

📋 copy color: '#66D82F'

red 102 ◦ green 216 ◦ blue 47

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

Shades of Apple #66D82F

Tints of Apple #66D82F

RGB

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

 GREEN value IS 216 (84.77% from 255) = 59.18%

 BLUE value IS 47 (18.75% from 255) = 12.88%

R = 27.95%
G = 59.18%
B = 12.88%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.78

 K value IS 0.15

RGB Variations

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

Color information

#66D82F (or 0x66D82F) is known color: Apple. HEX triplet: 66, D8 and 2F. RGB value is (102,216,47). Sum of RGB (Red+Green+Blue) = 102+216+47=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 216 (84.77% from 255 or 59.18% from 365); Blue value is 47 (18.75% from 255 or 12.88% from 365); Max value from RGB is 216 - color contains mainly: green. Hex color #66D82F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D82F is #9927D0. Grayscale: #A3A3A3. Windows color (decimal): -10037201 or 3135590. OLE color: 3135590.

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

Color convert

RGB 102 216 47 -
CMYK 0.53 0 0.78 0.15
HSL 100.47º 0.68% 0.52% -
HSV(B) 100.47º 0.78% 0.85% -
XYZ 30.55 52.14 11.14 -
YUV 162.65 62.73 84.74 -
System Red Green Blue C M Y K H S L
Decimal 102 216 47 0.53 0 0.78 0.15 100.47 0.68 0.52
Hex 66 D8 2F 35 0 4E F 64 44 34
Octal 146 330 57 65 0 116 17 144 104 64
Binary 1100110 11011000 101111 110101 0 1001110 1111 1100100 1000100 110100

Color Harmonies of #66D82F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D82F

Black with #66D82F

Text Example


Text Example

White with #66D82F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,216,47); }

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

background-color css

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

 a { background-color: rgb(102,216,47); }

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

border-color css

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

 span { border-color: rgb(102,216,47); }

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