Html Css Color HEX #66CD44 Apple

📋 copy color: '#66CD44'

red 102 ◦ green 205 ◦ blue 68

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

Shades of Apple #66CD44

Tints of Apple #66CD44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 18.13%

R = 27.2%
G = 54.67%
B = 18.13%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#66CD44 (or 0x66CD44) is known color: Apple. HEX triplet: 66, CD and 44. RGB value is (102,205,68). Sum of RGB (Red+Green+Blue) = 102+205+68=375 (49% of max value = 765). Red value is 102 (40.23% from 255 or 27.2% from 375); Green value is 205 (80.47% from 255 or 54.67% from 375); Blue value is 68 (26.95% from 255 or 18.13% from 375); Max value from RGB is 205 - color contains mainly: green. Hex color #66CD44 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66CD44 is #9932BB. Grayscale: #9F9F9F. Windows color (decimal): -10039996 or 4509030. OLE color: 4509030.

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

Color convert

RGB 102 205 68 -
CMYK 0.50 0 0.67 0.20
HSL 105.11º 0.58% 0.54% -
HSV(B) 105.11º 0.67% 0.8% -
XYZ 28.35 46.9 13.03 -
YUV 158.59 76.88 87.64 -
System Red Green Blue C M Y K H S L
Decimal 102 205 68 0.50 0 0.67 0.20 105.11 0.58 0.54
Hex 66 CD 44 32 0 43 14 69 3A 36
Octal 146 315 104 62 0 103 24 151 72 66
Binary 1100110 11001101 1000100 110010 0 1000011 10100 1101001 111010 110110

Color Harmonies of #66CD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66CD44

Black with #66CD44

Text Example


Text Example

White with #66CD44

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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