Html Css Color HEX #66C343 Apple

📋 copy color: '#66C343'

red 102 ◦ green 195 ◦ blue 67

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

Shades of Apple #66C343

Tints of Apple #66C343

RGB

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

 GREEN value IS 195 (76.56% from 255) = 53.57%

 BLUE value IS 67 (26.56% from 255) = 18.41%

R = 28.02%
G = 53.57%
B = 18.41%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.66

 K value IS 0.24

RGB Variations

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

Color information

#66C343 (or 0x66C343) is known color: Apple. HEX triplet: 66, C3 and 43. RGB value is (102,195,67). Sum of RGB (Red+Green+Blue) = 102+195+67=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 195 (76.56% from 255 or 53.57% from 364); Blue value is 67 (26.56% from 255 or 18.41% from 364); Max value from RGB is 195 - color contains mainly: green. Hex color #66C343 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66C343 is #993CBC. Grayscale: #999999. Windows color (decimal): -10042557 or 4440934. OLE color: 4440934.

HSL color Cylindrical-coordinate representation of color #66C343: hue angle of 103.59º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #66C343 is Cyan = 0.48, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 195 67 -
CMYK 0.48 0 0.66 0.24
HSL 103.59º 0.52% 0.51% -
HSV(B) 103.59º 0.66% 0.76% -
XYZ 26.01 42.26 12.1 -
YUV 152.6 79.69 91.91 -
System Red Green Blue C M Y K H S L
Decimal 102 195 67 0.48 0 0.66 0.24 103.59 0.52 0.51
Hex 66 C3 43 30 0 42 18 68 34 33
Octal 146 303 103 60 0 102 30 150 64 63
Binary 1100110 11000011 1000011 110000 0 1000010 11000 1101000 110100 110011

Color Harmonies of #66C343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C343

Black with #66C343

Text Example


Text Example

White with #66C343

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,195,67); }

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

background-color css

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

 a { background-color: rgb(102,195,67); }

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

border-color css

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

 span { border-color: rgb(102,195,67); }

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