Html Css Color HEX #66C353 Apple

📋 copy color: '#66C353'

red 102 ◦ green 195 ◦ blue 83

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

Shades of Apple #66C353

Tints of Apple #66C353

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 21.84%

R = 26.84%
G = 51.32%
B = 21.84%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.57

 K value IS 0.24

RGB Variations

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

Color information

#66C353 (or 0x66C353) is known color: Apple. HEX triplet: 66, C3 and 53. RGB value is (102,195,83). Sum of RGB (Red+Green+Blue) = 102+195+83=380 (50% of max value = 765). Red value is 102 (40.23% from 255 or 26.84% from 380); Green value is 195 (76.56% from 255 or 51.32% from 380); Blue value is 83 (32.81% from 255 or 21.84% from 380); Max value from RGB is 195 - color contains mainly: green. Hex color #66C353 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66C353 is #993CAC. Grayscale: #9A9A9A. Windows color (decimal): -10042541 or 5489510. OLE color: 5489510.

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

Color convert

RGB 102 195 83 -
CMYK 0.48 0 0.57 0.24
HSL 109.82º 0.48% 0.55% -
HSV(B) 109.82º 0.57% 0.76% -
XYZ 26.56 42.48 14.98 -
YUV 154.43 87.69 90.61 -
System Red Green Blue C M Y K H S L
Decimal 102 195 83 0.48 0 0.57 0.24 109.82 0.48 0.55
Hex 66 C3 53 30 0 39 18 6E 30 37
Octal 146 303 123 60 0 71 30 156 60 67
Binary 1100110 11000011 1010011 110000 0 111001 11000 1101110 110000 110111

Color Harmonies of #66C353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #66C353

Black with #66C353

Text Example


Text Example

White with #66C353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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