Html Css Color HEX #66CD4C Apple

📋 copy color: '#66CD4C'

red 102 ◦ green 205 ◦ blue 76

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

Shades of Apple #66CD4C

Tints of Apple #66CD4C

RGB

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

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

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

R = 26.63%
G = 53.52%
B = 19.84%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.63

 K value IS 0.20

RGB Variations

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

Color information

#66CD4C (or 0x66CD4C) is known color: Apple. HEX triplet: 66, CD and 4C. RGB value is (102,205,76). Sum of RGB (Red+Green+Blue) = 102+205+76=383 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.63% from 383); Green value is 205 (80.47% from 255 or 53.52% from 383); Blue value is 76 (30.08% from 255 or 19.84% from 383); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD4C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CD4C is #9932B3. Grayscale: #9F9F9F. Windows color (decimal): -10039988 or 5033318. OLE color: 5033318.

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

Color convert

RGB 102 205 76 -
CMYK 0.50 0 0.63 0.20
HSL 107.91º 0.56% 0.55% -
HSV(B) 107.91º 0.63% 0.8% -
XYZ 28.62 47.01 14.4 -
YUV 159.5 80.88 86.99 -
System Red Green Blue C M Y K H S L
Decimal 102 205 76 0.50 0 0.63 0.20 107.91 0.56 0.55
Hex 66 CD 4C 32 0 3F 14 6C 38 37
Octal 146 315 114 62 0 77 24 154 70 67
Binary 1100110 11001101 1001100 110010 0 111111 10100 1101100 111000 110111

Color Harmonies of #66CD4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD4C

Black with #66CD4C

Text Example


Text Example

White with #66CD4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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