Html Css Color HEX #66D73B Apple

📋 copy color: '#66D73B'

red 102 ◦ green 215 ◦ blue 59

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

Shades of Apple #66D73B

Tints of Apple #66D73B

RGB

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

 GREEN value IS 215 (84.38% from 255) = 57.18%

 BLUE value IS 59 (23.44% from 255) = 15.69%

R = 27.13%
G = 57.18%
B = 15.69%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#66D73B (or 0x66D73B) is known color: Apple. HEX triplet: 66, D7 and 3B. RGB value is (102,215,59). Sum of RGB (Red+Green+Blue) = 102+215+59=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 215 (84.38% from 255 or 57.18% from 376); Blue value is 59 (23.44% from 255 or 15.69% from 376); Max value from RGB is 215 - color contains mainly: green. Hex color #66D73B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D73B is #9928C4. Grayscale: #A3A3A3. Windows color (decimal): -10037445 or 3921766. OLE color: 3921766.

HSL color Cylindrical-coordinate representation of color #66D73B: hue angle of 103.46º degrees, saturation: 0.66, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #66D73B is Cyan = 0.53, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 215 59 -
CMYK 0.53 0 0.73 0.16
HSL 103.46º 0.66% 0.54% -
HSV(B) 103.46º 0.73% 0.84% -
XYZ 30.57 51.74 12.51 -
YUV 163.43 69.06 84.18 -
System Red Green Blue C M Y K H S L
Decimal 102 215 59 0.53 0 0.73 0.16 103.46 0.66 0.54
Hex 66 D7 3B 35 0 49 10 67 42 36
Octal 146 327 73 65 0 111 20 147 102 66
Binary 1100110 11010111 111011 110101 0 1001001 10000 1100111 1000010 110110

Color Harmonies of #66D73B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D73B

Black with #66D73B

Text Example


Text Example

White with #66D73B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,215,59); }

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

background-color css

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

 a { background-color: rgb(102,215,59); }

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

border-color css

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

 span { border-color: rgb(102,215,59); }

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