Html Css Color HEX #66C04A Apple

📋 copy color: '#66C04A'

red 102 ◦ green 192 ◦ blue 74

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

Shades of Apple #66C04A

Tints of Apple #66C04A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 52.17%

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

R = 27.72%
G = 52.17%
B = 20.11%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#66C04A (or 0x66C04A) is known color: Apple. HEX triplet: 66, C0 and 4A. RGB value is (102,192,74). Sum of RGB (Red+Green+Blue) = 102+192+74=368 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.72% from 368); Green value is 192 (75.39% from 255 or 52.17% from 368); Blue value is 74 (29.30% from 255 or 20.11% from 368); Max value from RGB is 192 - color contains mainly: green. Hex color #66C04A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C04A is #993FB5. Grayscale: #989898. Windows color (decimal): -10043318 or 4898918. OLE color: 4898918.

HSL color Cylindrical-coordinate representation of color #66C04A: hue angle of 105.76º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66C04A is Cyan = 0.47, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB 102 192 74 -
CMYK 0.47 0 0.61 0.25
HSL 105.76º 0.48% 0.52% -
HSV(B) 105.76º 0.61% 0.75% -
XYZ 25.57 41.02 13.05 -
YUV 151.64 84.18 92.59 -
System Red Green Blue C M Y K H S L
Decimal 102 192 74 0.47 0 0.61 0.25 105.76 0.48 0.52
Hex 66 C0 4A 2F 0 3D 19 6A 30 34
Octal 146 300 112 57 0 75 31 152 60 64
Binary 1100110 11000000 1001010 101111 0 111101 11001 1101010 110000 110100

Color Harmonies of #66C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C04A

Black with #66C04A

Text Example


Text Example

White with #66C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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