Html Css Color HEX #66CD57 Apple

📋 copy color: '#66CD57'

red 102 ◦ green 205 ◦ blue 87

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

Shades of Apple #66CD57

Tints of Apple #66CD57

RGB

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

 GREEN value IS 205 (80.47% from 255) = 52.03%

 BLUE value IS 87 (34.38% from 255) = 22.08%

R = 25.89%
G = 52.03%
B = 22.08%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.58

 K value IS 0.20

RGB Variations

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

Color information

#66CD57 (or 0x66CD57) is known color: Apple. HEX triplet: 66, CD and 57. RGB value is (102,205,87). Sum of RGB (Red+Green+Blue) = 102+205+87=394 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.89% from 394); Green value is 205 (80.47% from 255 or 52.03% from 394); Blue value is 87 (34.38% from 255 or 22.08% from 394); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD57 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66CD57 is #9932A8. Grayscale: #A1A1A1. Windows color (decimal): -10039977 or 5754214. OLE color: 5754214.

HSL color Cylindrical-coordinate representation of color #66CD57: hue angle of 112.37º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #66CD57 is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.20.

Color convert

RGB 102 205 87 -
CMYK 0.50 0 0.58 0.20
HSL 112.37º 0.54% 0.57% -
HSV(B) 112.37º 0.58% 0.8% -
XYZ 29.03 47.18 16.59 -
YUV 160.75 86.38 86.09 -
System Red Green Blue C M Y K H S L
Decimal 102 205 87 0.50 0 0.58 0.20 112.37 0.54 0.57
Hex 66 CD 57 32 0 3A 14 70 36 39
Octal 146 315 127 62 0 72 24 160 66 71
Binary 1100110 11001101 1010111 110010 0 111010 10100 1110000 110110 111001

Color Harmonies of #66CD57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD57

Black with #66CD57

Text Example


Text Example

White with #66CD57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,205,87); }

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

background-color css

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

 a { background-color: rgb(102,205,87); }

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

border-color css

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

 span { border-color: rgb(102,205,87); }

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