Html Css Color HEX #66C34D Apple

📋 copy color: '#66C34D'

red 102 ◦ green 195 ◦ blue 77

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

Shades of Apple #66C34D

Tints of Apple #66C34D

RGB

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

 GREEN value IS 195 (76.56% from 255) = 52.14%

 BLUE value IS 77 (30.47% from 255) = 20.59%

R = 27.27%
G = 52.14%
B = 20.59%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#66C34D (or 0x66C34D) is known color: Apple. HEX triplet: 66, C3 and 4D. RGB value is (102,195,77). Sum of RGB (Red+Green+Blue) = 102+195+77=374 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.27% from 374); Green value is 195 (76.56% from 255 or 52.14% from 374); Blue value is 77 (30.47% from 255 or 20.59% from 374); Max value from RGB is 195 - color contains mainly: green. Hex color #66C34D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C34D is #993CB2. Grayscale: #9A9A9A. Windows color (decimal): -10042547 or 5096294. OLE color: 5096294.

HSL color Cylindrical-coordinate representation of color #66C34D: hue angle of 107.29º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #66C34D is Cyan = 0.48, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 195 77 -
CMYK 0.48 0 0.61 0.24
HSL 107.29º 0.5% 0.53% -
HSV(B) 107.29º 0.61% 0.76% -
XYZ 26.33 42.39 13.82 -
YUV 153.74 84.69 91.09 -
System Red Green Blue C M Y K H S L
Decimal 102 195 77 0.48 0 0.61 0.24 107.29 0.5 0.53
Hex 66 C3 4D 30 0 3D 18 6B 32 35
Octal 146 303 115 60 0 75 30 153 62 65
Binary 1100110 11000011 1001101 110000 0 111101 11000 1101011 110010 110101

Color Harmonies of #66C34D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C34D

Black with #66C34D

Text Example


Text Example

White with #66C34D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,195,77); }

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

background-color css

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

 a { background-color: rgb(102,195,77); }

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

border-color css

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

 span { border-color: rgb(102,195,77); }

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