Html Css Color HEX #66C73C Apple

📋 copy color: '#66C73C'

red 102 ◦ green 199 ◦ blue 60

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

Shades of Apple #66C73C

Tints of Apple #66C73C

RGB

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

 GREEN value IS 199 (78.13% from 255) = 55.12%

 BLUE value IS 60 (23.83% from 255) = 16.62%

R = 28.25%
G = 55.12%
B = 16.62%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.70

 K value IS 0.22

RGB Variations

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

Color information

#66C73C (or 0x66C73C) is known color: Apple. HEX triplet: 66, C7 and 3C. RGB value is (102,199,60). Sum of RGB (Red+Green+Blue) = 102+199+60=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 199 (78.12% from 255 or 55.12% from 361); Blue value is 60 (23.83% from 255 or 16.62% from 361); Max value from RGB is 199 - color contains mainly: green. Hex color #66C73C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C73C is #9938C3. Grayscale: #9A9A9A. Windows color (decimal): -10041540 or 3983206. OLE color: 3983206.

HSL color Cylindrical-coordinate representation of color #66C73C: hue angle of 101.87º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #66C73C is Cyan = 0.49, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 199 60 -
CMYK 0.49 0 0.70 0.22
HSL 101.87º 0.55% 0.51% -
HSV(B) 101.87º 0.7% 0.78% -
XYZ 26.72 44 11.36 -
YUV 154.15 74.86 90.8 -
System Red Green Blue C M Y K H S L
Decimal 102 199 60 0.49 0 0.70 0.22 101.87 0.55 0.51
Hex 66 C7 3C 31 0 46 16 66 37 33
Octal 146 307 74 61 0 106 26 146 67 63
Binary 1100110 11000111 111100 110001 0 1000110 10110 1100110 110111 110011

Color Harmonies of #66C73C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C73C

Black with #66C73C

Text Example


Text Example

White with #66C73C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,199,60); }

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

background-color css

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

 a { background-color: rgb(102,199,60); }

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

border-color css

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

 span { border-color: rgb(102,199,60); }

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