Html Css Color HEX #3CA63F Fruit Salad

📋 copy color: '#3CA63F'

red 60 ◦ green 166 ◦ blue 63

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

Shades of Fruit Salad #3CA63F

Tints of Fruit Salad #3CA63F

RGB

 RED value IS 60 (23.83% from 255) = 20.76%

 GREEN value IS 166 (65.23% from 255) = 57.44%

 BLUE value IS 63 (25% from 255) = 21.8%

R = 20.76%
G = 57.44%
B = 21.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.35

RGB Variations

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

Color information

#3CA63F (or 0x3CA63F) is known color: Fruit Salad. HEX triplet: 3C, A6 and 3F. RGB value is (60,166,63). Sum of RGB (Red+Green+Blue) = 60+166+63=289 (38% of max value = 765). Red value is 60 (23.83% from 255 or 20.76% from 289); Green value is 166 (65.23% from 255 or 57.44% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA63F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3CA63F is #C359C0. Grayscale: #7A7A7A. Windows color (decimal): -12802497 or 4171324. OLE color: 4171324.

HSL color Cylindrical-coordinate representation of color #3CA63F: hue angle of 121.7º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA63F is Cyan = 0.64, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.35.

Color convert

RGB 60 166 63 -
CMYK 0.64 0 0.62 0.35
HSL 121.7º 0.47% 0.44% -
HSV(B) 121.7º 0.64% 0.65% -
XYZ 16.4 28.59 9.36 -
YUV 122.56 94.38 83.38 -
System Red Green Blue C M Y K H S L
Decimal 60 166 63 0.64 0 0.62 0.35 121.7 0.47 0.44
Hex 3C A6 3F 40 0 3E 23 7A 2F 2C
Octal 74 246 77 100 0 76 43 172 57 54
Binary 111100 10100110 111111 1000000 0 111110 100011 1111010 101111 101100

Color Harmonies of #3CA63F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3CA63F

Black with #3CA63F

Text Example


Text Example

White with #3CA63F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3CA63F; }

 p { color: rgb(60,166,63); }

 H1.HeaderClassName
 {
   color: #3CA63F;
 }
 .AnyTagClassName
 {
   color: #3CA63F;
 }
</style>

background-color css

<style>
 a { background-color: #3CA63F; }

 a { background-color: rgb(60,166,63); }

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

border-color css

<style>
 span { border-color: #3CA63F; }

 span { border-color: rgb(60,166,63); }

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