Html Css Color HEX #66D64C Apple

📋 copy color: '#66D64C'

red 102 ◦ green 214 ◦ blue 76

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

Shades of Apple #66D64C

Tints of Apple #66D64C

RGB

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

 GREEN value IS 214 (83.98% from 255) = 54.59%

 BLUE value IS 76 (30.08% from 255) = 19.39%

R = 26.02%
G = 54.59%
B = 19.39%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.64

 K value IS 0.16

RGB Variations

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

Color information

#66D64C (or 0x66D64C) is known color: Apple. HEX triplet: 66, D6 and 4C. RGB value is (102,214,76). Sum of RGB (Red+Green+Blue) = 102+214+76=392 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.02% from 392); Green value is 214 (83.98% from 255 or 54.59% from 392); Blue value is 76 (30.08% from 255 or 19.39% from 392); Max value from RGB is 214 - color contains mainly: green. Hex color #66D64C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D64C is #9929B3. Grayscale: #A5A5A5. Windows color (decimal): -10037684 or 5035622. OLE color: 5035622.

HSL color Cylindrical-coordinate representation of color #66D64C: hue angle of 108.7º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #66D64C is Cyan = 0.52, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 214 76 -
CMYK 0.52 0 0.64 0.16
HSL 108.7º 0.63% 0.57% -
HSV(B) 108.7º 0.64% 0.84% -
XYZ 30.83 51.44 15.14 -
YUV 164.78 77.89 83.22 -
System Red Green Blue C M Y K H S L
Decimal 102 214 76 0.52 0 0.64 0.16 108.7 0.63 0.57
Hex 66 D6 4C 34 0 40 10 6D 3F 39
Octal 146 326 114 64 0 100 20 155 77 71
Binary 1100110 11010110 1001100 110100 0 1000000 10000 1101101 111111 111001

Color Harmonies of #66D64C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D64C

Black with #66D64C

Text Example


Text Example

White with #66D64C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,214,76); }

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

background-color css

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

 a { background-color: rgb(102,214,76); }

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

border-color css

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

 span { border-color: rgb(102,214,76); }

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