Html Css Color HEX #66D74C Apple

📋 copy color: '#66D74C'

red 102 ◦ green 215 ◦ blue 76

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

Shades of Apple #66D74C

Tints of Apple #66D74C

RGB

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

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

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

R = 25.95%
G = 54.71%
B = 19.34%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.65

 K value IS 0.16

RGB Variations

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

Color information

#66D74C (or 0x66D74C) is known color: Apple. HEX triplet: 66, D7 and 4C. RGB value is (102,215,76). Sum of RGB (Red+Green+Blue) = 102+215+76=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 215 (84.38% from 255 or 54.71% from 393); Blue value is 76 (30.08% from 255 or 19.34% from 393); Max value from RGB is 215 - color contains mainly: green. Hex color #66D74C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66D74C is #9928B3. Grayscale: #A5A5A5. Windows color (decimal): -10037428 or 5035878. OLE color: 5035878.

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

Color convert

RGB 102 215 76 -
CMYK 0.53 0 0.65 0.16
HSL 108.78º 0.63% 0.57% -
HSV(B) 108.78º 0.65% 0.84% -
XYZ 31.08 51.95 15.23 -
YUV 165.37 77.56 82.8 -
System Red Green Blue C M Y K H S L
Decimal 102 215 76 0.53 0 0.65 0.16 108.78 0.63 0.57
Hex 66 D7 4C 35 0 41 10 6D 3F 39
Octal 146 327 114 65 0 101 20 155 77 71
Binary 1100110 11010111 1001100 110101 0 1000001 10000 1101101 111111 111001

Color Harmonies of #66D74C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66D74C

Black with #66D74C

Text Example


Text Example

White with #66D74C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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