Html Css Color HEX #66C82C Apple

📋 copy color: '#66C82C'

red 102 ◦ green 200 ◦ blue 44

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

Shades of Apple #66C82C

Tints of Apple #66C82C

RGB

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

 GREEN value IS 200 (78.52% from 255) = 57.8%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 29.48%
G = 57.8%
B = 12.72%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#66C82C (or 0x66C82C) is known color: Apple. HEX triplet: 66, C8 and 2C. RGB value is (102,200,44). Sum of RGB (Red+Green+Blue) = 102+200+44=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 200 (78.52% from 255 or 57.80% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 200 - color contains mainly: green. Hex color #66C82C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C82C is #9937D3. Grayscale: #999999. Windows color (decimal): -10041300 or 2934886. OLE color: 2934886.

HSL color Cylindrical-coordinate representation of color #66C82C: hue angle of 97.69º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #66C82C is Cyan = 0.49, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.22.

Color convert

RGB 102 200 44 -
CMYK 0.49 0 0.78 0.22
HSL 97.69º 0.64% 0.48% -
HSV(B) 97.69º 0.78% 0.78% -
XYZ 26.59 44.32 9.54 -
YUV 152.91 66.53 91.68 -
System Red Green Blue C M Y K H S L
Decimal 102 200 44 0.49 0 0.78 0.22 97.69 0.64 0.48
Hex 66 C8 2C 31 0 4E 16 62 40 30
Octal 146 310 54 61 0 116 26 142 100 60
Binary 1100110 11001000 101100 110001 0 1001110 10110 1100010 1000000 110000

Color Harmonies of #66C82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C82C

Black with #66C82C

Text Example


Text Example

White with #66C82C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,200,44); }

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

background-color css

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

 a { background-color: rgb(102,200,44); }

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

border-color css

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

 span { border-color: rgb(102,200,44); }

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