Html Css Color HEX #66C84A Apple

📋 copy color: '#66C84A'

red 102 ◦ green 200 ◦ blue 74

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

Shades of Apple #66C84A

Tints of Apple #66C84A

RGB

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

 GREEN value IS 200 (78.52% from 255) = 53.19%

 BLUE value IS 74 (29.3% from 255) = 19.68%

R = 27.13%
G = 53.19%
B = 19.68%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.63

 K value IS 0.22

RGB Variations

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

Color information

#66C84A (or 0x66C84A) is known color: Apple. HEX triplet: 66, C8 and 4A. RGB value is (102,200,74). Sum of RGB (Red+Green+Blue) = 102+200+74=376 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.13% from 376); Green value is 200 (78.52% from 255 or 53.19% from 376); Blue value is 74 (29.30% from 255 or 19.68% from 376); Max value from RGB is 200 - color contains mainly: green. Hex color #66C84A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C84A is #9937B5. Grayscale: #9C9C9C. Windows color (decimal): -10041270 or 4900966. OLE color: 4900966.

HSL color Cylindrical-coordinate representation of color #66C84A: hue angle of 106.67º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66C84A is Cyan = 0.49, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 200 74 -
CMYK 0.49 0 0.63 0.22
HSL 106.67º 0.53% 0.54% -
HSV(B) 106.67º 0.63% 0.78% -
XYZ 27.37 44.63 13.65 -
YUV 156.33 81.53 89.25 -
System Red Green Blue C M Y K H S L
Decimal 102 200 74 0.49 0 0.63 0.22 106.67 0.53 0.54
Hex 66 C8 4A 31 0 3F 16 6B 35 36
Octal 146 310 112 61 0 77 26 153 65 66
Binary 1100110 11001000 1001010 110001 0 111111 10110 1101011 110101 110110

Color Harmonies of #66C84A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C84A

Black with #66C84A

Text Example


Text Example

White with #66C84A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,200,74); }

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

background-color css

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

 a { background-color: rgb(102,200,74); }

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

border-color css

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

 span { border-color: rgb(102,200,74); }

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