Html Css Color HEX #66CD40 Apple

📋 copy color: '#66CD40'

red 102 ◦ green 205 ◦ blue 64

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

Shades of Apple #66CD40

Tints of Apple #66CD40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 17.25%

R = 27.49%
G = 55.26%
B = 17.25%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.69

 K value IS 0.20

RGB Variations

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

Color information

#66CD40 (or 0x66CD40) is known color: Apple. HEX triplet: 66, CD and 40. RGB value is (102,205,64). Sum of RGB (Red+Green+Blue) = 102+205+64=371 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.49% from 371); Green value is 205 (80.47% from 255 or 55.26% from 371); Blue value is 64 (25.39% from 255 or 17.25% from 371); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD40 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CD40 is #9932BF. Grayscale: #9E9E9E. Windows color (decimal): -10040000 or 4246886. OLE color: 4246886.

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

Color convert

RGB 102 205 64 -
CMYK 0.50 0 0.69 0.20
HSL 103.83º 0.59% 0.53% -
HSV(B) 103.83º 0.69% 0.8% -
XYZ 28.24 46.86 12.41 -
YUV 158.13 74.88 87.96 -
System Red Green Blue C M Y K H S L
Decimal 102 205 64 0.50 0 0.69 0.20 103.83 0.59 0.53
Hex 66 CD 40 32 0 45 14 68 3B 35
Octal 146 315 100 62 0 105 24 150 73 65
Binary 1100110 11001101 1000000 110010 0 1000101 10100 1101000 111011 110101

Color Harmonies of #66CD40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD40

Black with #66CD40

Text Example


Text Example

White with #66CD40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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